Skip to content

Commit

Permalink
fix phpunit 7 test for pull request phake#263
Browse files Browse the repository at this point in the history
  • Loading branch information
philly-php committed Jul 2, 2018
1 parent cf0e741 commit 9556415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PhakeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1390,7 +1390,7 @@ public function testSettingPHPUnitClientByString()

Phake::setClient(Phake::CLIENT_PHPUNIT7);

$this->assertInstanceOf('Phake_Client_PHPUnit6', Phake::getClient());
$this->assertInstanceOf('Phake_Client_PHPUnit7', Phake::getClient());

Phake::setClient($original_client);
}
Expand Down

0 comments on commit 9556415

Please sign in to comment.