Example #1
0
 public function testShutdown()
 {
     $result = $this->quahog->shutdown();
     $this->assertSame('', $result);
 }