@@ -35,7 +35,6 @@ use ReflectionProperty;
*/
class ConnectionTest extends TestCase
{
-
public $fixtures = ['core.Things'];
/**
@@ -84,7 +84,6 @@ class OrderedUuidType extends BaseType implements ExpressionTypeInterface
class ExpressionTypeCastingIntegrationTest extends TestCase
public $fixtures = ['core.OrderedUuidItems'];
public function setUp()
@@ -34,7 +34,7 @@ class CollectionTest extends TestCase
* @var array
public $fixtures = [
- 'core.Users'
+ 'core.Users',
];
@@ -42,7 +42,7 @@ class TableTest extends TestCase
'core.Tags',
'core.ArticlesTags',
'core.Orders',
- 'core.Products'
+ 'core.Products',
protected $_map;
@@ -32,7 +32,7 @@ class PaginatorTest extends TestCase
'core.Posts', 'core.Articles', 'core.ArticlesTags',
- 'core.Authors', 'core.AuthorsTags', 'core.Tags'
+ 'core.Authors', 'core.AuthorsTags', 'core.Tags',
@@ -107,7 +107,6 @@ class TestEmail extends Email
class EmailTest extends TestCase
public $fixtures = ['core.Users'];
@@ -29,7 +29,7 @@ class AssociationProxyTest extends TestCase
- 'core.Articles', 'core.Authors', 'core.Comments'
+ 'core.Articles', 'core.Authors', 'core.Comments',
@@ -39,7 +39,7 @@ class BehaviorRegressionTest extends TestCase
'core.NumberTrees',
- 'core.Translates'
+ 'core.Translates',
@@ -49,7 +49,7 @@ class CounterCacheBehaviorTest extends TestCase
'core.CounterCachePosts',
'core.CounterCacheComments',
'core.CounterCacheUsers',
- 'core.CounterCacheUserCategoryPosts'
+ 'core.CounterCacheUserCategoryPosts',
@@ -45,7 +45,7 @@ class TimestampBehaviorTest extends TestCase
@@ -48,7 +48,7 @@ class TranslateBehaviorTest extends TestCase
'core.SpecialTags',
'core.Comments',
public function tearDown()
@@ -30,7 +30,7 @@ class TreeBehaviorTest extends TestCase
'core.MenuLinkTrees',
- 'core.NumberTrees'
+ 'core.NumberTrees',
@@ -30,7 +30,7 @@ class BindingKeyTest extends TestCase
'core.AuthUsers',
'core.SiteAuthors',
@@ -50,7 +50,7 @@ class CompositeKeyTest extends TestCase
'core.SiteArticles',
'core.SiteArticlesTags',
- 'core.SiteTags'
+ 'core.SiteTags',
@@ -103,7 +103,7 @@ class MarshallerTest extends TestCase
@@ -45,7 +45,7 @@ class QueryRegressionTest extends TestCase
'core.TagsTranslations',
'core.Translates',
public $autoFixtures = false;
@@ -47,7 +47,7 @@ class QueryTest extends TestCase
'core.Datatypes',
'core.Posts',
- 'core.Tags'
+ 'core.Tags',
@@ -28,7 +28,6 @@ use Cake\TestSuite\TestCase;
class ResultSetTest extends TestCase
public $fixtures = ['core.Articles', 'core.Authors', 'core.Comments'];
@@ -65,7 +65,7 @@ class TableTest extends TestCase
'core.Members',
'core.PolymorphicTagged',