first commit
This commit is contained in:
9
vendor/phpunit/phpunit-mock-objects/tests/_fixture/FunctionCallback.php
vendored
Normal file
9
vendor/phpunit/phpunit-mock-objects/tests/_fixture/FunctionCallback.php
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
function functionCallback()
|
||||
{
|
||||
$args = func_get_args();
|
||||
|
||||
if ($args == ['foo', 'bar']) {
|
||||
return 'pass';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user