This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
aqm
/
Customer-Service
Obserwuj
3
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
7828cf440b
Gałęzie
Tagi
dev
master
remotes/origin/dev
Customer-Ser...
/
vendor
/
phpunit
/
phpunit-mock-objects
/
tests
/
_fixture
/
Bar.php
Bar.php
95 B
Historia
Czysty
1
2
3
4
5
6
7
8
<?php
class Bar
{
public function doSomethingElse()
{
return 'result';
}
}