Example #1
0
 public function thenItShouldAdd_ToTheHead($keys)
 {
     $this->spec->assertEquals($keys, array_keys($this->field->addToHead()));
 }