Skip to content

Commit

Permalink
Fixed issues after a rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
morozov committed May 30, 2019
1 parent b8d39ca commit 0940f2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/Doctrine/DBAL/Schema/SqliteSchemaManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
use function preg_replace;
use function rtrim;
use function sprintf;
use function str_replace;
use function strpos;
use function strtolower;
use function trim;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ protected function setUp() : void
}

/**
* @param mixed $expectedDefault
*
* @dataProvider columnProvider
*/
public function testEscapedDefaultValueCanBeIntrospected(string $name, ?string $expectedDefault) : void
Expand All @@ -55,6 +57,8 @@ public function testEscapedDefaultValueCanBeIntrospected(string $name, ?string $
}

/**
* @param mixed $expectedDefault
*
* @dataProvider columnProvider
*/
public function testEscapedDefaultValueCanBeInserted(string $name, ?string $expectedDefault) : void
Expand Down

0 comments on commit 0940f2e

Please sign in to comment.