diff --git a/tests/framework/db/ColumnSchemaTest.php b/tests/framework/db/ColumnSchemaTest.php new file mode 100644 index 0000000..1a32a91 --- /dev/null +++ b/tests/framework/db/ColumnSchemaTest.php @@ -0,0 +1,25 @@ + Schema::TYPE_CHAR]); + $this->assertSame('', $columnSchema->dbTypecast('')); + } +}