Skip to content

Commit 301d6b1

Browse files
committed
remove useless tests that fail in php 7
1 parent dfc5e71 commit 301d6b1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Tests/Extension/Core/Type/ChoiceTypeTest.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,6 @@ protected function tearDown()
6666
$this->objectChoices = null;
6767
}
6868

69-
/**
70-
* @expectedException \PHPUnit_Framework_Error
71-
*/
72-
public function testChoicesOptionExpectsArray()
73-
{
74-
$this->factory->create('choice', null, array(
75-
'choices' => new \ArrayObject(),
76-
));
77-
}
78-
7969
/**
8070
* @expectedException \Symfony\Component\OptionsResolver\Exception\InvalidOptionsException
8171
*/

0 commit comments

Comments
 (0)