All Downloads are FREE. Search and download functionalities are using the official Maven repository.

php-lumen.TestCase.php.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
licenseInfoLumen}}
use Laravel\Lumen\Testing\TestCase as BaseTestCase;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy