Skip to content

Commit c5a51f8

Browse files
committed
remove multi namespaces in tests configuration
1 parent 7599885 commit c5a51f8

12 files changed

+7
-666
lines changed

composer.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,13 @@
33
"description": "PHP standalone testing application using Rest-Control",
44
"keywords": ["testing", "rest", "api"],
55
"license": "MIT",
6-
"authors": [
7-
{
8-
"name": "Kamil Szela",
9-
"email": "[email protected]"
10-
}
11-
],
126
"require": {
137
"rest-control/rest-control": "dev-master",
148
"symfony/console": "^3.4"
159
},
1610
"autoload": {
1711
"psr-4": {
18-
"Examples\\": "./examples"
12+
"Tests\\": "./tests"
1913
}
2014
},
2115
"minimum-stability": "dev"

examples/ExpressionLanguageTest.php

-79
This file was deleted.

examples/FilesTest.php

-68
This file was deleted.

examples/HasItemTest.php

-76
This file was deleted.

examples/HasItemsTest.php

-73
This file was deleted.

examples/HttpBasicAuthTest.php

-42
This file was deleted.

0 commit comments

Comments
 (0)