From 271ccb370c84fb8b13310314951316e5accbf9e5 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Mon, 27 Jul 2015 23:16:10 -0400 Subject: [PATCH] Fix indentation. --- tests/TestCase/ORM/EagerLoaderTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/TestCase/ORM/EagerLoaderTest.php b/tests/TestCase/ORM/EagerLoaderTest.php index 777eafd6feb..3cb9e8da6be 100644 --- a/tests/TestCase/ORM/EagerLoaderTest.php +++ b/tests/TestCase/ORM/EagerLoaderTest.php @@ -385,11 +385,11 @@ public function testNormalizedPath() { $contains = [ 'clients' => [ - 'orders' => [ + 'orders' => [ 'orderTypes', 'stuff' => ['stuffTypes'] ], - 'companies' => [ + 'companies' => [ 'categories' ] ]