Beispiel #1
0
 public function testIdGeneration()
 {
     $p = new Post();
     static::assertNotNull($p->getId());
     static::assertEquals(36, strlen((string) $p->getId()));
 }