1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-10 04:02:28 +01:00
polr/tests/TestCase.php
2016-02-14 02:14:25 -05:00

14 lines
266 B
PHP

<?php
class TestCase extends Laravel\Lumen\Testing\TestCase
{
/**
* Creates the application.
*
* @return \Laravel\Lumen\Application
*/
public function createApplication() {
return require __DIR__.'/../bootstrap/app.php';
}
}