Package: php-oscarotero-gettext / 4.8.12-1
Metadata
Package | Version | Patches format |
---|---|---|
php-oscarotero-gettext | 4.8.12-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 tests bootstrap.php Remove obsolete property setting.patch | (download) |
tests/bootstrap.php |
2 0 + 2 - 0 ! |
tests/bootstrap.php: remove obsolete property setting |
0002 Support PHPUnit 7.patch | (download) |
tests/MergeEntriesTest.php |
2 1 + 1 - 0 ! |
support phpunit 7+ |
0003 tests AssetsTest.php Remove test of Blade extractor.patch | (download) |
tests/AssetsTest.php |
36 0 + 36 - 0 ! |
tests/assetstest.php: remove test of blade extractor Blade extractor is provided by php-illuminate-view, which is not packaged in Debian currently. Other extractors such as Twig and Yaml are available. |
0004 Adapt to recent version of PHPUnit 9.patch | (download) |
tests/LocalesTest.php |
4 1 + 3 - 0 ! |
adapt to recent version of phpunit (9) |
0005 Remove twig support.patch | (download) |
src/Extractors/Twig.php |
45 0 + 45 - 0 ! |
remove twig support |
0007 Relax development dependency version.patch | (download) |
composer.json |
2 1 + 1 - 0 ! |
relax development dependency version dh_composer was not able to parse the original version expression. |
0008 Rename AbstractTest to AbstractTestCase for phpunit .patch | (download) |
tests/AbstractTest.php |
96 0 + 96 - 0 ! |
rename abstracttest to abstracttestcase for phpunit 10 |
0009 Make dataProviders static.patch | (download) |
tests/StringsTest.php |
6 3 + 3 - 0 ! |
make dataproviders static |
0010 Migrate phpunit XML config.patch | (download) |
phpunit.xml |
24 13 + 11 - 0 ! |
migrate phpunit xml config |
0011 tests Drop yaml tests.patch | (download) |
tests/AssetsTest.php |
44 0 + 44 - 0 ! |
tests: drop yaml tests They are failing with php-symfony 6 due to minor changes in the output (double-quoted strings vs single-quoted strings). The only reverse dependency currently (shaarli) does not use any extractors or generators from this package. So it is not an important feature currently. |
0012 Modernize PHPUnit syntax.patch | (download) |
tests/StringsTest.php |
17 5 + 12 - 0 ! |
modernize phpunit syntax |
0012 Skip VueJs tests for Debian package.patch | (download) |
tests/AssetsTest.php |
4 4 + 0 - 0 ! |
skip vuejs tests for debian package - I have no idea why it is suddenly failing. - VueJs extractor is not used by any package. |