get( \Magento\Framework\View\LayoutInterface::class ); $this->_block = $layout->createBlock(\Magento\User\Block\Role\Grid\User::class); } public function testPreparedCollection() { $this->_block->toHtml(); $this->assertInstanceOf( \Magento\User\Model\ResourceModel\Role\User\Collection::class, $this->_block->getCollection() ); } }