コード例 #1
0
ファイル: QuahogTest.php プロジェクト: TheOnlyMerlin/quahog
 public function testShutdown()
 {
     $result = $this->quahog->shutdown();
     $this->assertSame('', $result);
 }