Beispiel #1
0
 public function test_existing_class__complex()
 {
     $app = \Staq\App::create($this->projectNamespace)->setPlatform('local');
     $stack = new \Stack\Existing\Coco\Des\Bois();
     $this->assertEquals(1, \Staq\Util::getStackHeight($stack));
     $this->assertTrue(is_a($stack, $this->getProjectStackClass('Existing\\Coco')));
 }