Skip to content

Commit

Permalink
fix the hhvm problem about PHPUnit exception
Browse files Browse the repository at this point in the history
  • Loading branch information
peter279k committed Jan 12, 2017
1 parent 4c84154 commit 48550d5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/Constraint/AbstractConstraintTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,5 @@ public function testAbstractConstraintWithDeprecated()
{
$expectedString = 'pretty string';
$constraint = new AbstractConstraintInstance();

$constraint->setPrettyString('pretty-string');
$result = $constraint->getPrettyString();

$this->assertSame($expectedString, $result);
}
}

0 comments on commit 48550d5

Please sign in to comment.