Skip to content

Commit ecce1cc

Browse files
author
dereuromark
committed
Simplify fixture.
1 parent 9759da2 commit ecce1cc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/Fixture/QueueProcessesFixture.php

-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ class QueueProcessesFixture extends TestFixture {
2222
'_constraints' => [
2323
'primary' => ['type' => 'primary', 'columns' => ['id'], 'length' => []],
2424
],
25-
'_options' => [
26-
'engine' => 'InnoDB',
27-
'collation' => 'utf8_general_ci'
28-
],
2925
];
3026

3127
/**

0 commit comments

Comments
 (0)