This website works better with JavaScript
Home
Verkennen
Help
Inloggen
chengwenliang
/
new_que
Volgen
2
Ster
0
Vork
0
Bestanden
Issues
0
Pull-aanvragen
0
Wiki
Boom:
e4ca853e6b
Aftakkingen
Labels
master
new_que
/
vendor
/
phpunit
/
phpunit-mock-objects
/
tests
/
_fixture
/
ClassWithStaticMethod.php
ClassWithStaticMethod.php
92 B
Geschiedenis
Ruwe
1
2
3
4
5
6
7
<?php
class ClassWithStaticMethod
{
public static function staticMethod()
{
}
}