Skip to content

Commit

Permalink
Prove issue is present in oracle too
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrolucky committed Nov 11, 2018
1 parent 69e9d5d commit 132ac8d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1584,6 +1584,7 @@ public function testGenerateAnIndexWithPartialColumnLength() : void
public function testCanCreateAndRetrieveInfoAboutTypeWithBackslashes()
{
Type::addType('Foo\\Bar', BackSlashType::class);
$this->connection->getDatabasePlatform()->markDoctrineTypeCommented(BackSlashType::class);

$table = new Table('test_escaping');
$table->addColumn('column', 'Foo\\Bar');
Expand Down

0 comments on commit 132ac8d

Please sign in to comment.