diff --git a/lib/custom/tests/MW/Logger/FlowTest.php b/lib/custom/tests/MW/Logger/FlowTest.php index 27dd1ec..dcc87ac 100644 --- a/lib/custom/tests/MW/Logger/FlowTest.php +++ b/lib/custom/tests/MW/Logger/FlowTest.php @@ -75,7 +75,7 @@ public function testLogDebug() public function testBadPriority() { - $this->setExpectedException( '\\Aimeos\\MW\\Logger\\Exception' ); + $this->expectException( '\\Aimeos\\MW\\Logger\\Exception' ); $this->object->log( 'error', -1 ); }