Exemplo n.º 1
0
 public function testStaticMethods()
 {
     $this->assertTrue(method_exists('\\Propel\\Tests\\Bookstore\\Behavior\\Table3Peer', 'hello'), 'staticMethods hook is called when adding methods');
     $this->assertEquals('Propel\\Generator\\Builder\\Om\\PeerBuilder', Table3Peer::hello(), 'staticMethods hook is called with the peer builder as parameter');
 }