Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
/**
* Test class for \Magento\Backend\Controller\Adminhtml\Auth
* @magentoAppArea adminhtml
* @magentoDbIsolation enabled
*/
class AuthTest extends \Magento\TestFramework\TestCase\AbstractController
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

/**
* @magentoAppArea adminhtml
* @magentoDbIsolation enabled
*/
class IndexTest extends \Magento\TestFramework\TestCase\AbstractBackendController
{
Expand All @@ -30,7 +31,7 @@ public function testNotLoggedIndexAction()
/**
* Check logged state
* @covers \Magento\Backend\Controller\Adminhtml\Index\Index::execute
* @magentoDbIsolation enabled
*
*/
public function testLoggedIndexAction()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
/**
* @magentoAppArea adminhtml
* @magentoAppIsolation enabled
* @magentoDbIsolation enabled
*/
class DataTest extends \PHPUnit_Framework_TestCase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
*
* @magentoAppArea adminhtml
* @magentoAppIsolation enabled
* @magentoDbIsolation enabled
*/
class AuthTest extends \PHPUnit_Framework_TestCase
{
Expand Down