コード例 #1
0
ファイル: RuleTest.php プロジェクト: pradeep-wagento/magento2
 public function testLoadRelations()
 {
     $this->assertEquals($this->subject, $this->plugin->aroundLoadRelations($this->subject, $this->genericClosure));
 }
コード例 #2
0
ファイル: RuleTest.php プロジェクト: whoople/magento2-testing
 public function testLoadCouponCode()
 {
     $this->assertEquals($this->subject, $this->plugin->aroundLoadCouponCode($this->subject, $this->genericClosure));
 }