Esempio n. 1
0
 public function testFactoryCreate()
 {
     $layer = Layer::create();
     $this->assertInstanceOf('Server\\Layer', $layer);
 }