phpbb/tests/class_loader
Igor Wiedler af5b9a9640 [ticket/9556] Drop php closing tags, add trailing newline
Closing tags converted using Oleg's script.
remove-php-end-tags.py -a .

Trailing newlines added using the following where $ext is file extension.
find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s;

Extensions: php, css, html, js, xml.

PHPBB3-9556
2010-11-11 19:10:55 +01:00
..
includes [feature/auto-loading] Add test case for phpbb_dir2 => 2010-08-31 20:30:59 +02:00
all_tests.php [feature/auto-loading] Added a phpBB autoloader with caching support. 2010-07-05 15:40:46 +02:00
cache_mock.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
class_loader_test.php [feature/auto-loading] Add test case for phpbb_dir2 => 2010-08-31 20:30:59 +02:00