xref
: /
plugin
/
findologicxmlexport
/
vendor
/
phpunit
/
phpunit-mock-objects
/
tests
/
_fixture
/
Bar.php
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
class
Bar
3
{
4
public
function
doSomethingElse
()
5
{
6
return
'result'
;
7
}
8
}
9