Package: php-enum / 4.7.2-1

Metadata

Package Version Patches format
php-enum 4.7.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Use homemade autoload.php for tests.patch | (download)

tests/bootstrap.php | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

 use homemade autoload.php for tests


0002 Mark Data Provider methods as static.patch | (download)

tests/MabeEnumTest/EnumSetIteratorTest.php | 2 1 + 1 - 0 !
tests/MabeEnumTest/EnumSetTest.php | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 mark data provider methods as static

Bug-Debian: https://bugs.debian.org/1039775
Bug-Debian: https://bugs.debian.org/1070541

0003 Modernize PHPUnit syntax.patch | (download)

tests/MabeEnumTest/EnumSetIteratorTest.php | 3 2 + 1 - 0 !
tests/MabeEnumTest/EnumSetTest.php | 11 6 + 5 - 0 !
2 files changed, 8 insertions(+), 6 deletions(-)

 modernize phpunit syntax