We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82678f4 commit bb7d87aCopy full SHA for bb7d87a
composer.json
@@ -34,5 +34,6 @@
34
"psr-4" : {
35
"PhpPlatform\\Tests\\" : "tests/"
36
}
37
- }
+ },
38
+ "license" : "Apache-2.0"
39
src/Tests/RestfulUnit/ServiceTestCase.php
@@ -4,6 +4,7 @@
4
5
use PhpPlatform\Mock\Config\MockSettings;
6
use PhpPlatform\Session\Factory;
7
+use PhpPlatform\RESTFul\Routing\Build;
8
9
/**
10
* This class provides utility methods to be called from a TestCase setupMethods to enable a TestCase for testing a service
@@ -12,7 +13,7 @@
12
13
class ServiceTestCase {
14
15
static function setUpBeforeClass(){
-
16
+ Build::run();
17
18
19
static function setUp(){
0 commit comments