diff --git a/tests/ZendTest/Log/Filter/TimestampTest.php b/tests/ZendTest/Log/Filter/TimestampTest.php index 79a38800864..9cc01ee5d86 100644 --- a/tests/ZendTest/Log/Filter/TimestampTest.php +++ b/tests/ZendTest/Log/Filter/TimestampTest.php @@ -78,7 +78,7 @@ public function datePartDataProvider() } /** - * @expectedException Zend\Log\Exception\InvalidArgumentException + * @expectedException \Zend\Log\Exception\InvalidArgumentException */ public function testConstructorThrowsOnInvalidValue() { @@ -86,7 +86,7 @@ public function testConstructorThrowsOnInvalidValue() } /** - * @expectedException Zend\Log\Exception\InvalidArgumentException + * @expectedException \Zend\Log\Exception\InvalidArgumentException */ public function testConstructorThrowsWhenDateFormatCharIsMissing() { @@ -94,7 +94,7 @@ public function testConstructorThrowsWhenDateFormatCharIsMissing() } /** - * @expectedException Zend\Log\Exception\InvalidArgumentException + * @expectedException \Zend\Log\Exception\InvalidArgumentException */ public function testConstructorThrowsOnUnsupportedComparisonOperator() {