We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618ef64 commit d71fc4eCopy full SHA for d71fc4e
tests/UnitTest/Mycsense/Enum/EnumTest.php
@@ -74,11 +74,11 @@ public function testToArray()
74
{
75
$values = EnumFixture::toArray();
76
$this->assertInternalType("array", $values);
77
- $expectedValues = [
+ $expectedValues = array(
78
"FOO" => EnumFixture::FOO,
79
"BAR" => EnumFixture::BAR,
80
"NUMBER" => EnumFixture::NUMBER,
81
- ];
+ );
82
$this->assertEquals($expectedValues, $values);
83
}
84
0 commit comments