Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit 7ce33db

Browse files
committed
Merge branch 'master' into develop
2 parents be6c351 + ad4c1f2 commit 7ce33db

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

phpunit.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
5-
colors="true">
5+
colors="true"
6+
>
67
<testsuites>
78
<testsuite name="Application Test Suite">
89
<directory suffix="Test.php">./tests</directory>

routes/web.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
/** @var \Laravel\Lumen\Routing\Router $router */
4+
35
/*
46
|--------------------------------------------------------------------------
57
| Application Routes

0 commit comments

Comments
 (0)