COM-45 :: Update PageRule tests.
This commit is contained in:
@@ -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
|
||||||
])
|
])
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user