We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ab312a + 591c815 commit 5ddab56Copy full SHA for 5ddab56
2 files changed
src/Schema.php
@@ -272,7 +272,7 @@ public function baseColumnType($column)
272
return null;
273
}
274
275
- if (Type::map($type)) {
+ if (Type::getMap($type)) {
276
$type = Type::build($type)->getBaseType();
277
278
tests/bootstrap.php
@@ -15,7 +15,6 @@
15
use Cake\Core\Plugin;
16
use Cake\Datasource\ConnectionManager;
17
use Cake\Log\Log;
18
-use Cake\Routing\DispatcherFactory;
19
20
require_once 'vendor/autoload.php';
21
@@ -115,7 +114,4 @@
115
114
116
Plugin::load('DebugKit', ['path' => ROOT, 'bootstrap' => true]);
117
118
-DispatcherFactory::add('Routing');
119
-DispatcherFactory::add('ControllerFactory');
120
-
121
loadPHPUnitAliases();
0 commit comments