Projekt

Obecné

Profil

Stáhnout (270 Bajtů) Statistiky
| Větev: | Revize:
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
}
(2-2/2)