ViktorBodrogi / Platform

DokuWiki Platform
GNU General Public License v3.0
1 stars 0 forks source link

Fix all skiped tests #57

Open ViktorBodrogi opened 7 years ago

ViktorBodrogi commented 7 years ago

Errors:

PHP Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.4.37/lib/php/extensions/no-debug-zts-20100525/sqlite.so' - /home/travis/.phpenv/versions/5.4.37/lib/php/extensions/no-debug-zts-20100525/sqlite.so: cannot open shared object file: No such file or directory in Unknown on line 0

1) PassHash_test::test_djangopbkdf2 missing hash functions for djangopbkdf2 password tests /home/travis/build/ViktorBodrogi/Platform/dokuwiki/_test/tests/inc/PassHash.test.php:24

2) auth_loadacl_test::test_FS2867 Unable to change locale. /home/travis/build/ViktorBodrogi/Platform/dokuwiki/_test/tests/inc/auth_loadacl.test.php:107

3) helper_plugin_data_test::testAddPrePostFixes Pre-condition not satisfied: translation plugin must be installed /home/travis/build/ViktorBodrogi/Platform/dokuwiki-plugins/lib/plugins/data/_test/helper.test.php:107

[...]

5) plugin_include_pagemove_support_test::test_relative_include the move plugin is not installed /home/travis/build/ViktorBodrogi/Platform/dokuwiki-plugins/lib/plugins/include/_test/pagemove_support.test.php:20

[...]

8) sqlite_helper_sqlite2_test::test_SQLstring2array The sqlite2 extension is not available.

[...]

24) pgsql_plugin_authpdo_test::test_database with data set #0 ('authpdo_testing_django', '/home/travis/build/ViktorBodr...go.sql', 'missing pbkdf2 hash support t...kipped') missing pbkdf2 hash support to check passwords - django test has to be skipped

ViktorBodrogi commented 7 years ago

See https://github.com/ViktorBodrogi/dokuwiki-plugins/issues/12