public function testStaticMethods() { $this->assertTrue(method_exists('Table3Peer', 'hello'), 'staticMethods hook is called when adding methods'); $this->assertEquals(Table3Peer::hello(), 'PHP5PeerBuilder', 'staticMethods hook is called with the peer builder as parameter'); }
public function testStaticMethods() { $this->assertTrue(method_exists('Table3Peer', 'hello'), 'staticMethods hook is called when adding methods'); $this->assertEquals(Table3Peer::hello(), 'hello', 'staticMethods hook is called when adding methods'); }