Files
openapi-generator/output/LumenServer/src/main/resources/LumenServerCodegen/tests/TestCase.php
2016-04-20 20:56:13 +08:00

15 lines
270 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';
}
}