Beispiel #1
0
 /**
  * @expectedException \Propel\Generator\Exception\BuildException
  */
 public function testGetClassnameOnInexistantProperty()
 {
     $generator = new GeneratorConfig();
     $generator->getClassname('propel.foo.bar');
 }