File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -392,7 +392,6 @@ public function testClearRemovesAllOptions()
392
392
}
393
393
394
394
/**
395
- * @covers Symfony\Component\OptionsResolver\Options::replace
396
395
* @expectedException \Symfony\Component\OptionsResolver\Exception\OptionDefinitionException
397
396
*/
398
397
public function testCannotReplaceAfterOptionWasRead ()
@@ -406,7 +405,6 @@ public function testCannotReplaceAfterOptionWasRead()
406
405
}
407
406
408
407
/**
409
- * @covers Symfony\Component\OptionsResolver\Options::overload
410
408
* @expectedException \Symfony\Component\OptionsResolver\Exception\OptionDefinitionException
411
409
*/
412
410
public function testCannotOverloadAfterOptionWasRead ()
@@ -418,7 +416,6 @@ public function testCannotOverloadAfterOptionWasRead()
418
416
}
419
417
420
418
/**
421
- * @covers Symfony\Component\OptionsResolver\Options::clear
422
419
* @expectedException \Symfony\Component\OptionsResolver\Exception\OptionDefinitionException
423
420
*/
424
421
public function testCannotClearAfterOptionWasRead ()
You can’t perform that action at this time.
0 commit comments