File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/code/Magento/SalesRule/Test/Unit/Model/Rule Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
7
- namespace Magento \SalesRule \Test \Unit \Model \System \ Config \ Source ;
7
+ namespace Magento \SalesRule \Test \Unit \Model \Rule \ Action ;
8
8
9
9
use Magento \Framework \TestFramework \Unit \Helper \ObjectManager ;
10
10
use Magento \SalesRule \Model \Rule ;
13
13
use PHPUnit \Framework \TestCase ;
14
14
15
15
/**
16
- * @covers SimpleActionOptionsProvider
16
+ * @covers Magento\SalesRule\Model\Rule\Action\ SimpleActionOptionsProvider
17
17
*/
18
18
class SimpleActionOptionsProviderTest extends TestCase
19
19
{
Original file line number Diff line number Diff line change 21
21
use PHPUnit \Framework \MockObject \MockObject ;
22
22
23
23
/**
24
- * @covers ValueProvider
24
+ * @covers Magento\SalesRule\Model\Rule\Metadata\ ValueProvider
25
25
*/
26
26
class ValueProviderTest extends TestCase
27
27
{
You can’t perform that action at this time.
0 commit comments