Browse Source

Fix more tests

Mark Story 5 years ago
parent
commit
8294bc91d8

+ 1 - 1
tests/TestCase/Database/Schema/TableSchemaTest.php

@@ -31,8 +31,8 @@ class TableSchemaTest extends TestCase
         'core.Articles',
         'core.Tags',
         'core.ArticlesTags',
-        'core.Orders',
         'core.Products',
+        'core.Orders',
     ];
 
     protected $_map;

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

@@ -36,10 +36,10 @@ class MarshallerTest extends TestCase
 {
     protected $fixtures = [
         'core.Articles',
+        'core.Tags',
         'core.ArticlesTags',
         'core.Comments',
         'core.SpecialTags',
-        'core.Tags',
         'core.Users',
     ];