Skip to content

Instantly share code, notes, and snippets.

@marc1706
Created January 8, 2013 21:20
Show Gist options
  • Save marc1706/4488063 to your computer and use it in GitHub Desktop.
Save marc1706/4488063 to your computer and use it in GitHub Desktop.
PHPUnit 3.7.10 by Sebastian Bergmann.
Configuration read from /home/marc/Dokumente/feature_migrations/phpunit.xml.dist
EE
Time: 2 seconds, Memory: 6.50Mb
There were 2 errors:
1) phpbb_dbal_migrator_test::test_update
Argument 2 passed to phpbb_db_migrator::__construct() must be an instance of phpbb_db_driver, array given, called in /home/marc/Dokumente/feature_migrations/tests/dbal/migrator_test.php on line 51 and defined
/home/marc/Dokumente/feature_migrations/phpBB/includes/db/migrator.php:41
/home/marc/Dokumente/feature_migrations/tests/dbal/migrator_test.php:51
2) phpbb_dbal_migrator_test::test_unfulfillable
Argument 2 passed to phpbb_db_migrator::__construct() must be an instance of phpbb_db_driver, array given, called in /home/marc/Dokumente/feature_migrations/tests/dbal/migrator_test.php on line 51 and defined
/home/marc/Dokumente/feature_migrations/phpBB/includes/db/migrator.php:41
/home/marc/Dokumente/feature_migrations/tests/dbal/migrator_test.php:51
FAILURES!
Tests: 2, Assertions: 0, Errors: 2.
PHPUnit 3.7.10 by Sebastian Bergmann.
Configuration read from /home/marc/Dokumente/feature_migrations/phpunit.xml.dist
....
Time: 0 seconds, Memory: 4.25Mb
OK (4 tests, 5 assertions)
PHPUnit 3.7.10 by Sebastian Bergmann.
Configuration read from /home/marc/Dokumente/feature_migrations/phpunit.xml.dist
EEEEEEE
Time: 2 seconds, Memory: 6.50Mb
There were 7 errors:
1) phpbb_dbal_migrator_tool_module_test::test_exists with data set #0 ('', 'ACP_CAT', true)
Missing argument 6 for phpbb_db_migration_tool_module::__construct(), called in /home/marc/Dokumente/feature_migrations/tests/dbal/migrator_tool_module.php on line 35 and defined
/home/marc/Dokumente/feature_migrations/phpBB/includes/db/migration/tool/module.php:30
/home/marc/Dokumente/feature_migrations/tests/dbal/migrator_tool_module.php:35
2) phpbb_dbal_migrator_tool_module_test::test_exists with data set #1 (0, 'ACP_CAT', true)
Missing argument 6 for phpbb_db_migration_tool_module::__construct(), called in /home/marc/Dokumente/feature_migrations/tests/dbal/migrator_tool_module.php on line 35 and defined
/home/marc/Dokumente/feature_migrations/phpBB/includes/db/migration/tool/module.php:30
/home/marc/Dokumente/feature_migrations/tests/dbal/migrator_tool_module.php:35
3) phpbb_dbal_migrator_tool_module_test::test_exists with data set #2 ('', 'ACP_MODULE', false)
Missing argument 6 for phpbb_db_migration_tool_module::__construct(), called in /home/marc/Dokumente/feature_migrations/tests/dbal/migrator_tool_module.php on line 35 and defined
/home/marc/Dokumente/feature_migrations/phpBB/includes/db/migration/tool/module.php:30
/home/marc/Dokumente/feature_migrations/tests/dbal/migrator_tool_module.php:35
4) phpbb_dbal_migrator_tool_module_test::test_exists with data set #3 (false, 'ACP_MODULE', true)
Missing argument 6 for phpbb_db_migration_tool_module::__construct(), called in /home/marc/Dokumente/feature_migrations/tests/dbal/migrator_tool_module.php on line 35 and defined
/home/marc/Dokumente/feature_migrations/phpBB/includes/db/migration/tool/module.php:30
/home/marc/Dokumente/feature_migrations/tests/dbal/migrator_tool_module.php:35
5) phpbb_dbal_migrator_tool_module_test::test_exists with data set #4 ('ACP_CAT', 'ACP_MODULE', true)
Missing argument 6 for phpbb_db_migration_tool_module::__construct(), called in /home/marc/Dokumente/feature_migrations/tests/dbal/migrator_tool_module.php on line 35 and defined
/home/marc/Dokumente/feature_migrations/phpBB/includes/db/migration/tool/module.php:30
/home/marc/Dokumente/feature_migrations/tests/dbal/migrator_tool_module.php:35
6) phpbb_dbal_migrator_tool_module_test::test_add
Missing argument 6 for phpbb_db_migration_tool_module::__construct(), called in /home/marc/Dokumente/feature_migrations/tests/dbal/migrator_tool_module.php on line 35 and defined
/home/marc/Dokumente/feature_migrations/phpBB/includes/db/migration/tool/module.php:30
/home/marc/Dokumente/feature_migrations/tests/dbal/migrator_tool_module.php:35
7) phpbb_dbal_migrator_tool_module_test::test_remove
Missing argument 6 for phpbb_db_migration_tool_module::__construct(), called in /home/marc/Dokumente/feature_migrations/tests/dbal/migrator_tool_module.php on line 35 and defined
/home/marc/Dokumente/feature_migrations/phpBB/includes/db/migration/tool/module.php:30
/home/marc/Dokumente/feature_migrations/tests/dbal/migrator_tool_module.php:35
FAILURES!
Tests: 7, Assertions: 0, Errors: 7.
PHPUnit 3.7.10 by Sebastian Bergmann.
Configuration read from /home/marc/Dokumente/feature_migrations/phpunit.xml.dist
.......
Time: 1 second, Memory: 6.50Mb
OK (7 tests, 10 assertions)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment