assertStringStartsWith('_', Random::generateID()); // check the length $this->assertEquals(Random::ID_LENGTH, strlen(Random::generateID())); } }