Skip to content

0.3.0

Choose a tag to compare

@Hywan Hywan released this 04 Oct 11:29
· 27 commits to master since this release
e6a5eda

Features

  • 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).