Using Assert in CPM Test Harness
Content
Hi,
Can we use assert in the CPM test harness? I tried adding, but it is not showing up in the test output.
Thanks!
-Mark
Code Snippet
public static function validate( $action, $object ) { assert_options(ASSERT_ACTIVE, 1); assert(FALSE);
0