Beispiel #1
0
 public function testPreparedCollection()
 {
     $this->_block->toHtml();
     $this->assertInstanceOf('Magento\\User\\Model\\Resource\\Role\\User\\Collection', $this->_block->getCollection());
 }