Beispiel #1
0
 public function testAlias()
 {
     $this->result->as($a = 'foo');
     $this->assertEquals($a, $this->result->getAlias());
 }