File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 88 strategy :
99 matrix :
1010 php :
11+ - ' 5.5'
12+ - ' 5.6'
1113 - ' 7.2'
1214 - ' 7.3'
1315 - ' 7.4'
7779 run : composer validate --strict --no-check-lock
7880
7981 - name : Run tests
80- run : vendor/bin/phpunit
82+ run : vendor/bin/simple- phpunit
Original file line number Diff line number Diff line change 1717 "symfony/yaml" : " ^3.4 || ^4.3 || ^5.0 || ^6.0"
1818 },
1919 "require-dev" : {
20- "phpunit /phpunit" : " ^8.5 || ^9.4 "
20+ "symfony /phpunit-bridge " : " ^4.4 || ^5.3 "
2121 },
2222 "autoload" : {
2323 "psr-4" : {
Original file line number Diff line number Diff line change @@ -81,17 +81,17 @@ public function addConfigFile($configFile)
8181 $ this ->configFiles [] = $ configFile ;
8282 }
8383
84- public function getCacheDir (): string
84+ public function getCacheDir ()
8585 {
8686 return sys_get_temp_dir ().'/NyholmBundleTest/ ' .$ this ->cachePrefix ;
8787 }
8888
89- public function getLogDir (): string
89+ public function getLogDir ()
9090 {
9191 return sys_get_temp_dir ().'/NyholmBundleTest/log ' ;
9292 }
9393
94- public function getProjectDir (): string
94+ public function getProjectDir ()
9595 {
9696 if (null === $ this ->fakedProjectDir ) {
9797 return realpath (__DIR__ .'/../../../../ ' );
@@ -116,7 +116,7 @@ public function setProjectDir($projectDir)
116116 $ this ->fakedProjectDir = $ projectDir ;
117117 }
118118
119- public function registerBundles (): iterable
119+ public function registerBundles ()
120120 {
121121 $ this ->bundlesToRegister = array_unique ($ this ->bundlesToRegister );
122122 $ bundles = [];
@@ -204,7 +204,7 @@ public function loadRoutes(LoaderInterface $loader)
204204 /**
205205 * {@inheritdoc}
206206 */
207- protected function buildContainer (): ContainerBuilder
207+ protected function buildContainer ()
208208 {
209209 $ container = parent ::buildContainer ();
210210
You can’t perform that action at this time.
0 commit comments