Browse Source

Fixed code style issues

Joerg Henning 11 years ago
parent
commit
4e2d13687a
1 changed files with 5 additions and 6 deletions
  1. 5 6
      tests/TestCase/TestSuite/TestFixtureTest.php

+ 5 - 6
tests/TestCase/TestSuite/TestFixtureTest.php

@@ -111,7 +111,6 @@ class ImportFixture extends TestFixture {
  */
 	public $import = ['table' => 'posts', 'connection' => 'test'];
 
-
 /**
  * Records property
  *
@@ -279,11 +278,11 @@ class TestFixtureTest extends TestCase {
 		$this->assertSame($statement, $fixture->insert($db));
 	}
 
-	/**
-	 * test the insert method
-	 *
-	 * @return void
-	 */
+/**
+ * test the insert method
+ *
+ * @return void
+ */
 	public function testInsertImport() {
 		$fixture = new ImportFixture();