File tree Expand file tree Collapse file tree
tests/aik099/PHPUnit/Integration Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 "behat/mink-selenium2-driver" : " ~1.1@dev" ,
1919 "symfony/event-dispatcher" : " ~2.4" ,
2020 "pimple/pimple" : " ~2.0@dev" ,
21- "phpunit/phpunit" : " 3.7.* "
21+ "phpunit/phpunit" : " ~4.0 "
2222 },
2323
2424 "require-dev" : {
Original file line number Diff line number Diff line change @@ -100,10 +100,13 @@ protected function createTestSuite($class_name)
100100 $ suite ->shouldReceive ('getGroups ' )->once ()->andReturn (array ());
101101 $ suite ->shouldReceive ('setBackupGlobals ' )->andReturnNull ();
102102 $ suite ->shouldReceive ('setBackupStaticAttributes ' )->andReturnNull ();
103+ $ suite ->shouldReceive ('setRunTestInSeparateProcess ' )->andReturnNull ();
103104
104105 $ suite ->shouldReceive ('run ' )->once ()->andReturnNull ();
105106 $ suite ->shouldReceive ('onTestSuiteEnded ' )->once ()->andReturnNull ();
106107
108+ $ suite ->shouldReceive ('count ' )->once ()->andReturn (1 );
109+
107110 return $ suite ;
108111 }
109112
You can’t perform that action at this time.
0 commit comments