COM-45 :: Update PageRule tests.

This commit is contained in:
Junade Ali
2017-09-20 14:55:44 +01:00
parent 85d64f8afc
commit 635a299b43

View File

@@ -57,8 +57,8 @@ class PageRulesTest extends PHPUnit_Framework_TestCase
$this->equalTo([ $this->equalTo([
'targets' => $target->getArray(), 'targets' => $target->getArray(),
'actions' => $action->getArray(), 'actions' => $action->getArray(),
'active' => 'active', 'status' => 'active',
'priority' => '1' 'priority' => 1
]) ])
); );
@@ -217,8 +217,8 @@ class PageRulesTest extends PHPUnit_Framework_TestCase
$this->equalTo([ $this->equalTo([
'targets' => $target->getArray(), 'targets' => $target->getArray(),
'actions' => $action->getArray(), 'actions' => $action->getArray(),
'active' => 'active', 'status' => 'active',
'priority' => '1' 'priority' => 1
]) ])
); );