Skip to content

Commit

Permalink
Remove empty space that GH editor added
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin authored and sebastianbergmann committed Jul 5, 2019
1 parent 4c7d5f6 commit e2e8fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/Framework/Constraint/StringStartsWithTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ public function testConstraintStringStartsWithCorrectNumericValueAndReturnResult
public function testConstraintStringStartsWithCorrectSingleZeroAndReturnResult(): void
{
$constraint = new StringStartsWith('0');

$this->assertTrue($constraint->evaluate('0ABC', '', true));
}

public function testConstraintStringStartsWithNotCorrectNumericValueAndReturnResult(): void
{
$constraint = new StringStartsWith('0E1');
Expand Down

0 comments on commit e2e8fb6

Please sign in to comment.