Example #1
0
 /** @test */
 public function it_can_check_if_a_option_exists()
 {
     $this->field->option('foo');
     $this->field->option('bar');
     $this->field->option('baz');
     $this->assertTrue($this->field->has('bar'));
 }