Пример #1
0
 /**
  * @expectedException \HPCloud\Exception
  */
 public function testConstructorFailure()
 {
     $container = new Container('foo');
     $this->assertEquals('foo', $container->name());
     // These will now cause the system to try to fetch a remote
     // container. This is a failure condition.
     $this->assertEquals(0, $container->bytes());
 }