Skip to content

Commit 864a73c

Browse files
zombergnicolas-grekas
authored andcommitted
Fixed bugs in names of classes and methods.
1 parent 7f8893d commit 864a73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Shell/CommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function testExecute()
148148

149149
$this->assertInternalType('array', $result);
150150
$this->assertNotEmpty($result);
151-
$this->assertRegexp('/PHP|HipHop/', $result[0]);
151+
$this->assertRegExp('/PHP|HipHop/', $result[0]);
152152
}
153153

154154
public function testCastToString()

0 commit comments

Comments
 (0)