Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
Improved compatibility to PHPUnit 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed May 2, 2017
1 parent 90b350f commit 9dde369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/custom/tests/MW/Logger/FlowTest.php
Expand Up @@ -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 );
}

Expand Down

0 comments on commit 9dde369

Please sign in to comment.