Remove superfluous "print"
This commit is contained in:
parent
54533c57a5
commit
6759e0c193
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ class SystemTest extends TestCase
|
||||||
{
|
{
|
||||||
private function assertGuid($guid, $length, $prefix = '')
|
private function assertGuid($guid, $length, $prefix = '')
|
||||||
{
|
{
|
||||||
print $guid;
|
|
||||||
$length -= strlen($prefix);
|
$length -= strlen($prefix);
|
||||||
$this->assertRegExp("/^" . $prefix . "[a-z0-9]{" . $length . "}?$/", $guid);
|
$this->assertRegExp("/^" . $prefix . "[a-z0-9]{" . $length . "}?$/", $guid);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue