Configure event and event handlers

parent 0d261689
......@@ -56,6 +56,8 @@ abstract class BaseTestCase extends TestCase
'lang' => 'Resources/lang',
'views' => 'Resources/views',
'test' => 'Tests',
'event' => 'Events',
'listener' => 'Events/Handlers',
]);
$app['config']->set('laravellocalization.supportedLocales', [
'en' => ['name' => 'English', 'script' => 'Latn', 'native' => 'English'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment