コード例 #1
0
ファイル: SayHelloTest.php プロジェクト: mfacenet/hello-world
 public function testReturnObject()
 {
     $this->assertInstanceOf('\\HelloWorld\\SayHello', SayHello::returnObject());
 }