Exemplo n.º 1
0
 public function testAliasedPrefix()
 {
     $join = new Mad_Model_Join_Base(new UnitTest());
     $this->assertEquals('T0', $join->aliasedPrefix());
 }