assertTrue(is_null($foo)); $this->assertTrue(is_array($foo)); $this->assertTrue(is_nan($foo)); $this->assertTrue(is_readable($foo)); } /** * Foo. * @expectedException FooException * @expectedExceptionCode 123 */ function test_php_unit_no_expectation_annotation_32() { bbb(); } }