Package: php-zeta-base / 1.9.5-1

Metadata

Package Version Patches format
php-zeta-base 1.9.5-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 The installed package mimics a PEAR installation.patch | (download)

src/base.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 the installed package mimics a pear installation


0002 Adapt UnitTest path for tests.patch | (download)

tests/file_find_recursive_test.php | 125 61 + 64 - 0 !
1 file changed, 61 insertions(+), 64 deletions(-)

 adapt unittest path for tests


0004 Workaround autload issue during tests.patch | (download)

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

 workaround autload issue during tests
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Its related to ezc_autoload, PHPUnit blacklist, that php-invoker and
composer are not installed by default and maybe the homemade autoload.

Bug-PHPUnit: https://github.com/sebastianbergmann/phpunit/issues/1598
0004 Let test Class name match file name.patch | (download)

tests/base_init_test.php | 2 1 + 1 - 0 !
tests/base_options_test.php | 4 2 + 2 - 0 !
tests/base_test.php | 2 1 + 1 - 0 !
tests/features_unix_test.php | 2 1 + 1 - 0 !
tests/features_windows_test.php | 2 1 + 1 - 0 !
tests/file_calculate_relative_path_test.php | 2 1 + 1 - 0 !
tests/file_copy_recursive_test.php | 2 1 + 1 - 0 !
tests/file_find_recursive_test.php | 2 1 + 1 - 0 !
tests/file_is_absolute_path.php | 2 1 + 1 - 0 !
tests/file_remove_recursive_test.php | 2 1 + 1 - 0 !
tests/metadata_pear_test.php | 2 1 + 1 - 0 !
tests/struct_test.php | 2 1 + 1 - 0 !
12 files changed, 13 insertions(+), 13 deletions(-)

 let test class name match file name
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

PHPUnit 11compliance

Bug-Debian: https://bugs.debian.org/1070615