Skip to content

Commit a53fed9

Browse files
committed
Improvements
1 parent f431ead commit a53fed9

4 files changed

+2
-21
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"phpstan/phpstan": "^0.9.0",
1919
"phpunit/phpunit": "^6.4",
2020
"phpstan/phpstan-phpunit": "^0.9.0",
21-
"lookyman/coding-standard": "^0.0.6"
21+
"lookyman/coding-standard": "^0.0.6",
22+
"symfony/framework-bundle": "^4.0"
2223
},
2324
"autoload": {
2425
"psr-4": {

tests/Rules/ContainerInterfacePrivateServiceRuleTest.php

-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
final class ContainerInterfacePrivateServiceRuleTest extends \PHPStan\Testing\RuleTestCase
1111
{
1212

13-
protected function setUp()
14-
{
15-
include_once __DIR__ . '/data/Controller.php';
16-
}
17-
1813
protected function getRule(): Rule
1914
{
2015
$serviceMap = new ServiceMap(__DIR__ . '/../container.xml');

tests/Rules/ContainerInterfaceUnknownServiceRuleTest.php

-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
final class ContainerInterfaceUnknownServiceRuleTest extends \PHPStan\Testing\RuleTestCase
1111
{
1212

13-
protected function setUp()
14-
{
15-
include_once __DIR__ . '/data/Controller.php';
16-
}
17-
1813
protected function getRule(): Rule
1914
{
2015
$serviceMap = new ServiceMap(__DIR__ . '/../container.xml');

tests/Rules/data/Controller.php

-10
This file was deleted.

0 commit comments

Comments
 (0)