getCreateTable() публичный статический Метод

public static getCreateTable ( )
Пример #1
0
 public function setUp()
 {
     $this->reactor = $this->createReactor($this->createController(TestUtil::getControllerParams()));
     $this->queryAwait(new Query\GenericQuery(Fixtures::getCreateTable()));
 }