示例#1
0
 public function testDeleteContainerReturnsFalseIfContainerDoesNotExist()
 {
     $result = $this->registry->deleteContainer('foo');
     $this->assertFalse($result);
 }