Christian Bläul
6c0e74c89e
Newer Rector versions don’t have AddCoversClassAttributeRector anymore
...
https://github.com/rectorphp/rector-phpunit/pull/561/
2026-02-02 16:02:11 +01:00
Christian Bläul
24e229ddfa
Convert some old array() calls to new [] syntax
2024-08-29 17:20:31 +02:00
Fonata
4518e944c4
Adjust function signatures for newer PHPUnit versions
...
Will make an update to PHPUnit 8 or 9 easier.
2021-04-14 20:12:43 +02:00
Fonata
fba67b84ff
More consistent formatting
2021-04-14 20:12:43 +02:00
Fonata
c12b6ba671
Added test for the case of objects as cells
...
I encountered this in Drupal 8, where cells implemented the
MarkupInterface. It was objects that, when cast to a string,
returned the translated string.
Before 5ca540daa7 , this new test
would fail.
2020-01-06 18:12:37 +01:00
Fonata
f97f03a088
Only improved code formatting
2019-02-23 12:57:48 +01:00
Susann Sgorzaly
52ad56c66a
fixes unparse bug if no data for unparsing remain (comments #150 )
2018-11-14 08:26:39 +01:00
Susann Sgorzaly
ab9e8a0af9
fixes unparse bug if array ids doesn't begin on zero (comments#149)
2018-11-14 08:26:39 +01:00
Fonata
2e40a2eb1c
Added new test for unparse with parameters
2018-03-28 15:45:44 +02:00
susgo
b7f2075efc
Fix #41 : output order and subset ( #126 )
...
* init unparse tests for ordering and subseting by fields
* added one test for heading=false
* implements functionality of this issue
2018-03-11 11:14:53 +01:00