Skip to content

Instantly share code, notes, and snippets.

@p
Created April 24, 2011 03:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save p/939261 to your computer and use it in GitHub Desktop.
Save p/939261 to your computer and use it in GitHub Desktop.
wooka% php -d include_path=$HOME/apps/thirdparty/phpunit/bundle/ ~/apps/thirdparty/phpunit/bundle/phpunit.php --verbose tests/template/template_test.php
PHPUnit @package_version@ by Sebastian Bergmann.
E...............................................E....
Time: 1 second, Memory: 5.75Mb
There were 2 errors:
1) phpbb_template_template_test::test_missing_file
include(phpBB/cache/ctpl_tests_file_not_found.html.php): failed to open stream: No such file or directory
/usr/home/pie/apps/phpbb/phpBB/includes/template.php:277
/usr/home/pie/apps/phpbb/phpBB/includes/template.php:277
2) phpbb_template_template_test::test_includephp
include(../tests/template/templates/_dummy_include.php.inc): failed to open stream: No such file or directory
/usr/home/pie/apps/phpbb/phpBB/includes/template.php:277
FAILURES!
Tests: 53, Assertions: 247, Errors: 2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment