githubtrue/backend/tests/TestCase.php @ f24e2d9d
1 |
<?php
|
---|---|
2 |
|
3 |
class TestCase extends Laravel\Lumen\Testing\TestCase |
4 |
{
|
5 |
/**
|
6 |
* Creates the application.
|
7 |
*
|
8 |
* @return \Laravel\Lumen\Application
|
9 |
*/
|
10 |
public function createApplication() |
11 |
{
|
12 |
return require __DIR__.'/../bootstrap/app.php'; |
13 |
}
|
14 |
}
|
- « Předchozí
- 1
- 2
- Další »