File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 23
23
"psr-4" : { "FOD\\ DBALClickHouse\\ Tests\\ " : " tests/" }
24
24
},
25
25
"require-dev" : {
26
- "phpunit/phpunit" : " ^7.0"
26
+ "phpunit/phpunit" : " ^7.0" ,
27
+ "doctrine/coding-standard" : " ^4.0"
27
28
}
28
29
}
Original file line number Diff line number Diff line change 12
12
namespace FOD \DBALClickHouse \Tests ;
13
13
14
14
use FOD \DBALClickHouse \Connection ;
15
- use FOD \DBALClickHouse \Types \ArrayType ;
15
+ use FOD \DBALClickHouse \Types \AbstractArrayType ;
16
16
use PHPUnit \Framework \TestCase ;
17
17
18
18
/**
@@ -28,7 +28,7 @@ class ArraysTest extends TestCase
28
28
public function setUp ()
29
29
{
30
30
$ this ->connection = CreateConnectionTest::createConnection ();
31
- ArrayType ::registerArrayTypes ($ this ->connection ->getDatabasePlatform ());
31
+ AbstractArrayType ::registerArrayTypes ($ this ->connection ->getDatabasePlatform ());
32
32
}
33
33
34
34
public function tearDown ()
You can’t perform that action at this time.
0 commit comments