Example #1
0
 public function testGetMapper()
 {
     $this->assertInstanceOf('Mawelous\\Yamop\\Mapper', \Model\Article::getMapper());
     $this->assertInstanceOf('\\Mapper\\AuthorMapper', \Model\Author::getMapper());
 }