Skip to content

Commit 6be4472

Browse files
author
Andrey Helldar
committed
Merge remote-tracking branch 'origin/master' into master
2 parents b8056d2 + 974f177 commit 6be4472

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/TestCase.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
abstract class TestCase extends BaseTestCase
99
{
10-
1110
protected function getEnvironmentSetUp($app)
1211
{
1312
$this->setConfig($app);
@@ -22,23 +21,18 @@ protected function getPackageProviders($app): array
2221
protected function setRoutes($app)
2322
{
2423
$app['router']->get('/foo', function () {
25-
//
2624
});
2725

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

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

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

4035
$app['router']->get('/_debugbar/bae', function () {
41-
//
4236
});
4337
}
4438

0 commit comments

Comments
 (0)