We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8056d2 + 974f177 commit 6be4472Copy full SHA for 6be4472
tests/TestCase.php
@@ -7,7 +7,6 @@
7
8
abstract class TestCase extends BaseTestCase
9
{
10
-
11
protected function getEnvironmentSetUp($app)
12
13
$this->setConfig($app);
@@ -22,23 +21,18 @@ protected function getPackageProviders($app): array
22
21
protected function setRoutes($app)
23
24
$app['router']->get('/foo', function () {
25
- //
26
});
27
28
$app['router']->match(['PUT', 'PATCH'], '/bar', function () {
29
30
31
32
$app['router']->get('/_ignition/baq', function () {
33
34
35
36
$app['router']->get('/telescope/baw', function () {
37
38
39
40
$app['router']->get('/_debugbar/bae', function () {
41
42
43
}
44
0 commit comments