File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1717 </testsuite >
1818 <testsuite  name =" integration" 
1919 <directory >./tests/IntegrationTest/</directory >
20+  <exclude >./tests/IntegrationTest/BaseContainerTest.php</exclude >
2021 </testsuite >
2122 </testsuites >
2223
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public function setUp(): void
3232 parent ::setUp ();
3333 }
3434
35-  public  function  provideContainer () : array 
35+  public  static   function  provideContainer () : array 
3636 {
3737 // Clear all files 
3838 array_map ('unlink ' , glob (self ::COMPILATION_DIR  . '/* ' ));
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public function test_closure_shortcut(ContainerBuilder $builder)
3939 $ this assertEquals ('bar ' , $ containerget ('factory ' ));
4040 }
4141
42-  public  function  provideCallables (): array 
42+  public  static   function  provideCallables (): array 
4343 {
4444 $ callables
4545 'closure '  => function  () {
@@ -57,7 +57,7 @@ public function provideCallables(): array
5757
5858 $ testCases
5959 foreach  ($ callablesas  $ callableName$ callable
60-  foreach  ($ this -> provideContainer () as  $ containerName$ container
60+  foreach  (self :: provideContainer () as  $ containerName$ container
6161 $ testCases$ containerName' -  '  . $ callableName$ callableclone  $ container0 ]];
6262 }
6363 }
                         You can’t perform that action at this time. 
           
                  
0 commit comments