From e72e36f859cc4e5e66f2e2a4dc36d133ab78c07b Mon Sep 17 00:00:00 2001 From: Jad Bitar Date: Tue, 6 Jan 2015 16:55:03 -0500 Subject: [PATCH] cs fixes --- tests/TestCase/TestSuite/FixtureManagerTest.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/TestCase/TestSuite/FixtureManagerTest.php b/tests/TestCase/TestSuite/FixtureManagerTest.php index 4e2d752824b..81d29111f4b 100644 --- a/tests/TestCase/TestSuite/FixtureManagerTest.php +++ b/tests/TestCase/TestSuite/FixtureManagerTest.php @@ -74,10 +74,10 @@ public function testFixturizePlugin() } /** - * Test loading app fixtures. - * - * @return void - */ + * Test loading app fixtures. + * + * @return void + */ public function testFixturizeCustom() { $test = $this->getMock('Cake\TestSuite\TestCase');