コード例 #1
0
ファイル: MongoTest.php プロジェクト: martynbiz/php-mongo
 public function testCustomMethod()
 {
     $user = new UserUnit();
     $value = $user->doSomething();
     // assertions
     $this->assertEquals('something', $value);
 }