elliotchance / concise

✅ Concise is test framework for using plain English and minimal code, built on PHPUnit.
MIT License
45 stars 3 forks source link

Fatal error for tests with @runTestsInSeparateProcesses @preserveGlobalState #343

Open rcwsr opened 7 years ago

rcwsr commented 7 years ago

Tests tagged with get a fatal error @runTestsInSeparateProcesses @preserveGlobalState

PHP Fatal error:  Uncaught Error: Class 'PHPUnit_Util_Configuration' not found in -:76
   Stack trace:
   #0 {main}
     thrown in - on line 76
   Fatal error: Uncaught Error: Class 'PHPUnit_Util_Configuration' not found in -:76
   Stack trace:
   #0 {main}
     thrown in - on line 76
elliotchance commented 7 years ago

Do you get the same result if you use the phpunit runner?

rcwsr commented 7 years ago

It works fine with phpunit. And actually, I think it's just with runTestsInSeparateProcesses

On Fri, 28 Oct 2016, 05:40 Elliot Chance, notifications@github.com wrote:

Do you get the same result if you use the phpunit runner?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/elliotchance/concise/issues/343#issuecomment-256834749, or mute the thread https://github.com/notifications/unsubscribe-auth/ABeEV1hC_Hmw6QVrOq0CmGOYBFQAxx3Kks5q4XywgaJpZM4KiLG0 .