/** * @covers CIUnit_Framework_Assert::assetArrayHasKey() * @expectedException CIUnit_Framework_Exception_AssertionFailed */ public function tetsAssertArrayHasKeyThrowsException() { CIUnit_Framework_Assert::assertArrayHasKey(null, array()); }