Skip to content

Commit fb8432d

Browse files
committed
Fix PHP 7 tests
1 parent 905da07 commit fb8432d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

More/EAV/Tests/ValueTest.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,6 @@
1010
*/
1111
class ValueTest extends \PHPUnit_Framework_TestCase
1212
{
13-
public function testCreationFailureWithoutAttribute()
14-
{
15-
$isFailure = false;
16-
17-
try {
18-
new Value();
19-
} catch (\Exception $e) {
20-
$isFailure = true;
21-
}
22-
23-
$this->assertTrue($isFailure);
24-
}
25-
2613
public function testCreationSuccessWithAttribute()
2714
{
2815
$attribute = new Attribute();

0 commit comments

Comments
 (0)