mirror of
https://github.com/danog/endtoend-test-psl.git
synced 2024-12-04 02:28:36 +01:00
cs fix
This commit is contained in:
parent
695cb4947c
commit
2deb40be67
@ -56,14 +56,4 @@ class CountValuesTest extends TestCase
|
|||||||
],
|
],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testCountThrowsForNonArrayKeyValues(): void
|
|
||||||
{
|
|
||||||
$this->expectException(Exception\InvariantViolationException::class);
|
|
||||||
$this->expectExceptionMessage('Expected all values to be of type array-key, value of type (object) provided.');
|
|
||||||
|
|
||||||
Arr\count_values([
|
|
||||||
new Collection\Map([]),
|
|
||||||
]);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user