Example #1
0
 public function testGetAliasWhenAliasAreEmpty()
 {
     $this->model = $this->getModel();
     $this->assertNull($this->model->getAlias(''));
 }