Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed Oct 3, 2020
2 parents b8056d2 + 974f177 commit 6be4472
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

abstract class TestCase extends BaseTestCase
{

protected function getEnvironmentSetUp($app)
{
$this->setConfig($app);
Expand All @@ -22,23 +21,18 @@ protected function getPackageProviders($app): array
protected function setRoutes($app)
{
$app['router']->get('/foo', function () {
//
});

$app['router']->match(['PUT', 'PATCH'], '/bar', function () {
//
});

$app['router']->get('/_ignition/baq', function () {
//
});

$app['router']->get('/telescope/baw', function () {
//
});

$app['router']->get('/_debugbar/bae', function () {
//
});
}

Expand Down

0 comments on commit 6be4472

Please sign in to comment.