diff --git a/tests/TestCase/View/Helper/PlaceholdersHelperTest.php b/tests/TestCase/View/Helper/PlaceholdersHelperTest.php index 1c6a497..4fa8448 100644 --- a/tests/TestCase/View/Helper/PlaceholdersHelperTest.php +++ b/tests/TestCase/View/Helper/PlaceholdersHelperTest.php @@ -75,7 +75,7 @@ public function setUp(): void 'params' => [ 'body' => [[ 'offset' => 15, - 'length' => 18, + 'length' => 25, ]], ], ], @@ -88,8 +88,8 @@ public function setUp(): void 'relation' => [ 'params' => [ 'body' => [[ - 'offset' => 37, - 'length' => 18, + 'offset' => 44, + 'length' => 25, 'params' => [ 'class' => 'test', ], @@ -101,7 +101,7 @@ public function setUp(): void $this->object = new ObjectEntity([ 'id' => 1, 'type' => 'objects', - 'body' => '

Hello World

', + 'body' => '

Hello World

', 'placeholder' => [$this->image1, $this->image2], ]); }