You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decorrelate test suites from SUT when the test suite extends PHPUnit\Framework\TestCase, so that the default behavior of PHPUnit is kept. However, when the test suite extends atoum\phpunit\test or atoum\test directly, the default behavior of atoum is applied, aka the test suite is “linked” to the SUT. Immediate impact: The constant and function mock engines does not work in the former case, which is not a problem because it concerns legacy PHPUnit test suites only (@Hywan).