Exemplo n.º 1
0
 /**
  * @test
  */
 public function findAllRetrievesEmptyArrayIfNoneFound()
 {
     $storage = new MemoryStateStorage();
     self::assertEmpty($storage->findAll());
 }