Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
MagentoTestCase.php
Go to the documentation of this file.
1 <?php
8 
9 use AspectMock\Test as AspectMock;
10 use PHPUnit\Framework\TestCase;
11 
15 class MagentoTestCase extends TestCase
16 {
21  public static function tearDownAfterClass()
22  {
23  AspectMock::clean();
24  }
25 }