Unverified Commit a3926603 authored by Guilherme Blanco's avatar Guilherme Blanco Committed by GitHub

Update tests/Platforms/SqlitePlatformTest.php

Co-authored-by: 's avatarGabriel Caruso <carusogabriel34@gmail.com>
parent 77dab4c8
...@@ -818,6 +818,6 @@ class SqlitePlatformTest extends AbstractPlatformTestCase ...@@ -818,6 +818,6 @@ class SqlitePlatformTest extends AbstractPlatformTestCase
public function testGetSequencePrefixWithSchema() : void public function testGetSequencePrefixWithSchema() : void
{ {
self::assertEquals('bar__foo', $this->platform->getSequencePrefix('foo', 'bar')); self::assertSame('bar__foo', $this->platform->getSequencePrefix('foo', 'bar'));
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment