Exemple #1
0
 public function testGetNotExists()
 {
     $state = new State();
     $this->assertNull($state->get('nope'));
 }