@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Tworzenieweb\SqlProvisioner\Database\Connection; |
6 | 6 | use PhpSpec\ObjectBehavior; |
7 | -use Prophecy\Argument; |
|
8 | 7 | |
9 | 8 | /** |
10 | 9 | * Class ConnectionSpec |
@@ -20,7 +20,7 @@ |
||
20 | 20 | { |
21 | 21 | $this->useSqlite(true); |
22 | 22 | $this->setProvisioningTable(self::CONNECTION_PROVISIONING_TABLE) |
23 | - ->setCriteriaColumn(self::CONNECTION_CRITERIA_COLUMN); |
|
23 | + ->setCriteriaColumn(self::CONNECTION_CRITERIA_COLUMN); |
|
24 | 24 | |
25 | 25 | $this->getCurrentConnection(); |
26 | 26 | } |