/**
  * If any of our elements are not a CREATE statement we want to throw
  * an exception.
  *
  */
 function testRetrieveSQLSchemaIfNoCREATEInResultsThrowsException()
 {
     $this->markTestIncomplete('Need to find a site with pre\'s to test this or refactor search pattern out of code.');
     $this->setExpectedException('Zend_Exception');
     $this->_dynamicDB->retrieveSQLSchema('http://justanother.url');
 }