Skip to content

Instantly share code, notes, and snippets.

@tarlepp
Created November 19, 2020 14:50
Show Gist options
  • Save tarlepp/1fac81e9db04747452cdf88fe4ec661b to your computer and use it in GitHub Desktop.
Save tarlepp/1fac81e9db04747452cdf88fe4ec661b to your computer and use it in GitHub Desktop.
protected function setUp(): void
{
$this->platform = new MySqlPlatform();
Type::hasType('datetime')
? Type::overrideType('datetime', UTCDateTimeType::class)
: Type::addType('datetime', UTCDateTimeType::class);
$this->type = Type::getType('datetime');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment