Fix getBinary
This commit is contained in:
parent
7f3d76c5fe
commit
f567f31602
3 changed files with 5 additions and 12 deletions
|
|
@ -43,7 +43,7 @@ class BinaryTester extends Binary
|
|||
|
||||
protected static function getBinaryName()
|
||||
{
|
||||
return 'php';
|
||||
return array('php');
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -53,7 +53,7 @@ class BinaryTesterWrongBinary extends Binary
|
|||
|
||||
protected static function getBinaryName()
|
||||
{
|
||||
return '';
|
||||
return array('');
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue