예제 #1
0
파일: ResultTest.php 프로젝트: smasty/neevo
 public function testAlias()
 {
     $this->result->as($a = 'foo');
     $this->assertEquals($a, $this->result->getAlias());
 }