Browse Source

CS:remove whitespaces

Jonas 9 years ago
parent
commit
15bbb994f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/ORM/RulesCheckerIntegrationTest.php

+ 1 - 1
tests/TestCase/ORM/RulesCheckerIntegrationTest.php

@@ -32,7 +32,7 @@ class RulesCheckerIntegrationTest extends TestCase
      */
     public $fixtures = [
         'core.articles', 'core.articles_tags', 'core.authors', 'core.tags',
-        'core.special_tags', 'core.categories', 'core.site_articles', 'core.site_authors'    
+        'core.special_tags', 'core.categories', 'core.site_articles', 'core.site_authors'
     ];
 
     /**