Skip to content

0.4.0

Choose a tag to compare

@Hywan Hywan released this 09 Oct 09:18
· 21 commits to master since this release
7a12ee3

Features

  • Map atoum test hooks to PHPUnit's (@Hywan):
atoum PHPUnit
setUp setUpBeforeClass
tearDown tearDownAfterClass
beforeTestMethod setUp
afterTestMethod tearDown
  • Create fake PHPUnit test hooks (@Hywan).