コード例 #1
0
 /**
  * Tests if the used structures are picked up correctly
  *
  * @return void
  */
 public function testUsedStructures()
 {
     $this->assertCount(2, $this->resultClass->getUsedStructures());
 }