D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
www
/
vendor
/
phpunit
/
phpunit-mock-objects
/
tests
/
_fixture
/
Filename :
Foo.php
back
Copy
<?php class Foo { public function doSomething(Bar $bar) { return $bar->doSomethingElse(); } }