static::assertEquals(1, $result, sprintf( 'Invalid migration name "%s". Example for a valid format: Migration1536232684Order', $className ));
$timestamp = (int)$matches['timestamp']; static::assertEquals($migration->getCreationTimestamp(), $timestamp, sprintf( 'Timestamp in migration name "%s" does not match timestamp of method "getCreationTimestamp"', $className )); } } } }
if(Feature::isActive('v6.6.0.0')){ static::markTestSkipped('This test is not compatible with v6.6.0.0. Re-enable when migration refactoring is complete or remove the unit test with next major.'); }
protectedfunctiontearDown(): void { $this->connection->executeStatement('DELETE FROM `customer_address`'); $this->connection->executeStatement('DELETE FROM `customer`'); }