This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
wangdu
/
wangdu_wechat
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
79eef1b14b
Dallar
Biçim İmleri
master
stabble
wangdu_wechat
/
vendor
/
phpunit
/
phpunit-mock-objects
/
tests
/
_fixture
/
Bar.php
Bar.php
95 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
<?php
class Bar
{
public function doSomethingElse()
{
return 'result';
}
}