I have this strange problem when i call the parent::setUp() on my TestCase class for unit test a class when i run phpunit it throw me this error:
parent::setUp()
/** * @test * @runInSeparateProcess */ public function testName(){ //... your test }