mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
Merge branch 'develop-olympus' into develop
This commit also ports all ascraeus tests to the new format. Conflicts: tests/all_tests.php tests/network/all_tests.php tests/request/all_tests.php tests/request/request_var.php tests/template/templates/includephp.html
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
<?php
|
||||
|
||||
echo "testing included php";
|
3
tests/template/templates/_dummy_include.php.inc
Normal file
3
tests/template/templates/_dummy_include.php.inc
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// extension is .php.inc so PHPUnit ignores it
|
||||
echo "testing included php";
|
@@ -1 +1 @@
|
||||
<!-- INCLUDEPHP _dummy_include.php -->
|
||||
<!-- INCLUDEPHP ../templates/_dummy_include.php.inc -->
|
||||
|
Reference in New Issue
Block a user