You appear to be a bot. Output may be restricted
Description
Detect post-test failure conditions.We use this method to detect expectedDeprecated and expectedIncorrectUsage annotations.
Usage
WP_UnitTestCase::assertPostConditions();
Parameters
Returns
voidSource
File name: oik-batch/tests/testcase.phpLines:
1 to 3 of 3
protected function assertPostConditions() { $this->expectedDeprecated(); }View on GitHub