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()
392392 }
393393
394394 /**
395- * @covers Symfony\Component\OptionsResolver\Options::replace
396395 * @expectedException \Symfony\Component\OptionsResolver\Exception\OptionDefinitionException
397396 */
398397 public function testCannotReplaceAfterOptionWasRead ()
@@ -406,7 +405,6 @@ public function testCannotReplaceAfterOptionWasRead()
406405 }
407406
408407 /**
409- * @covers Symfony\Component\OptionsResolver\Options::overload
410408 * @expectedException \Symfony\Component\OptionsResolver\Exception\OptionDefinitionException
411409 */
412410 public function testCannotOverloadAfterOptionWasRead ()
@@ -418,7 +416,6 @@ public function testCannotOverloadAfterOptionWasRead()
418416 }
419417
420418 /**
421- * @covers Symfony\Component\OptionsResolver\Options::clear
422419 * @expectedException \Symfony\Component\OptionsResolver\Exception\OptionDefinitionException
423420 */
424421 public function testCannotClearAfterOptionWasRead ()
You can’t perform that action at this time.
0 commit comments