Skip to content

Commit 5b8fc4e

Browse files
author
Martin Brecht-Precht
committed
Updated test cases to increase coverage.
1 parent 6a4245c commit 5b8fc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SimpleStringBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function testBuilderStringContainsFail()
8282
{
8383
$this->setExpectedException(get_class(new \InvalidArgumentException()));
8484
$builder = new SimpleStringBuilder();
85-
$builder->contains(array());
85+
$builder->stringContains(array());
8686
}
8787

8888
public function testBuilderBuildSubstringFail1()

0 commit comments

Comments
 (0)