endtoend-test-psl/tests/Psl/Arr
2020-09-05 16:23:37 +01:00
..
AtTest.php harden psalm configurations (#26) 2020-07-08 23:28:29 +01:00
ConcatTest.php make all array functions pure 2020-08-27 15:14:37 +01:00
ContainsKeyTest.php remove @covers annotations 2019-12-25 19:46:58 +01:00
ContainsTest.php type improvements 2020-08-25 01:17:55 +01:00
CountTest.php type improvements 2020-08-25 01:17:55 +01:00
CountValuesTest.php make all array functions pure 2020-08-27 15:14:37 +01:00
DropTest.php [Arr] add pure implementations of Iter\drop, Iter\drop_while, Iter\slice, Iter\take, and Iter\take_while 2020-09-02 01:26:34 +01:00
DropWhileTest.php [Arr] add pure implementations of Iter\drop, Iter\drop_while, Iter\slice, Iter\take, and Iter\take_while 2020-09-02 01:26:34 +01:00
EqualTest.php remove @covers annotations 2019-12-25 19:46:58 +01:00
FillTest.php remove @covers annotations 2019-12-25 19:46:58 +01:00
FilterKeysTest.php [Arr] add pure implementations of Iter\filter{_keys, nulls, _with_key} 2020-09-02 03:59:51 +01:00
FilterNullsTest.php [Arr] add pure implementations of Iter\filter{_keys, nulls, _with_key} 2020-09-02 03:59:51 +01:00
FilterTest.php [Arr] add pure implementations of Iter\filter{_keys, nulls, _with_key} 2020-09-02 03:59:51 +01:00
FilterWithKeyTest.php [Arr] add pure implementations of Iter\filter{_keys, nulls, _with_key} 2020-09-02 03:59:51 +01:00
FirstKeyTest.php remove @covers annotations 2019-12-25 19:46:58 +01:00
FirstTest.php remove @covers annotations 2019-12-25 19:46:58 +01:00
FirstxTest.php remove @covers annotations 2019-12-25 19:46:58 +01:00
FlattenTest.php type improvements 2020-08-25 01:17:55 +01:00
FlipTest.php migrate from php-cs-fixer to phpcs, and comply with PSR-12, PSR-2, and PSR-1. 2020-09-05 16:23:37 +01:00
GroupByTest.php migrate from php-cs-fixer to phpcs, and comply with PSR-12, PSR-2, and PSR-1. 2020-09-05 16:23:37 +01:00
IdxTest.php remove @covers annotations 2019-12-25 19:46:58 +01:00
KeysTest.php remove @covers annotations 2019-12-25 19:46:58 +01:00
LastKeyTest.php remove @covers annotations 2019-12-25 19:46:58 +01:00
LastTest.php remove @covers annotations 2019-12-25 19:46:58 +01:00
LastxTest.php remove @covers annotations 2019-12-25 19:46:58 +01:00
MapKeysTest.php [Arr] add pure implementations of Iter\map{keys,with_key} 2020-09-02 23:06:20 +01:00
MapTest.php [Arr] add pure implementations of Iter\map{keys,with_key} 2020-09-02 23:06:20 +01:00
MapWithKeyTest.php [Arr] add pure implementations of Iter\map{keys,with_key} 2020-09-02 23:06:20 +01:00
MergeTest.php make all array functions pure 2020-08-27 15:14:37 +01:00
PartitionTest.php make all array functions pure 2020-08-27 15:14:37 +01:00
RandomTest.php migrate from php-cs-fixer to phpcs, and comply with PSR-12, PSR-2, and PSR-1. 2020-09-05 16:23:37 +01:00
SelectKeysTest.php make all array functions pure 2020-08-27 15:14:37 +01:00
ShuffleTest.php remove @covers annotations 2019-12-25 19:46:58 +01:00
SliceTest.php [Arr] fix tests 2020-09-02 01:38:33 +01:00
SortByKeyTest.php make all array functions pure 2020-08-27 15:14:37 +01:00
SortByTest.php migrate from php-cs-fixer to phpcs, and comply with PSR-12, PSR-2, and PSR-1. 2020-09-05 16:23:37 +01:00
SortTest.php make all array functions pure 2020-08-27 15:14:37 +01:00
SortWithKeysByTest.php migrate from php-cs-fixer to phpcs, and comply with PSR-12, PSR-2, and PSR-1. 2020-09-05 16:23:37 +01:00
SortWithKeysTest.php make all array functions pure 2020-08-27 15:14:37 +01:00
TakeTest.php [Arr] add pure implementations of Iter\drop, Iter\drop_while, Iter\slice, Iter\take, and Iter\take_while 2020-09-02 01:26:34 +01:00
TakeWhileTest.php [Arr] add pure implementations of Iter\drop, Iter\drop_while, Iter\slice, Iter\take, and Iter\take_while 2020-09-02 01:26:34 +01:00
UniqueByTest.php make all array functions pure 2020-08-27 15:14:37 +01:00
UniqueTest.php migrate from php-cs-fixer to phpcs, and comply with PSR-12, PSR-2, and PSR-1. 2020-09-05 16:23:37 +01:00
ValuesTest.php [Arr] add tests 2019-12-25 16:56:21 +01:00