Example #1
0
 public function testSetRolesFilter()
 {
     $this->_collection->setRolesFilter();
     $this->assertContains('role_type', $this->_collection->getSelect()->__toString());
 }