This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
chengwenliang
/
new_que
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Gałąź:
master
Gałęzie
Tagi
master
new_que
/
vendor
/
phpunit
/
phpunit-mock-objects
/
tests
/
_fixture
/
AnInterface.php
AnInterface.php
67 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
5
<?php
interface AnInterface
{
public function doSomething();
}