mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/12775] Add tests for \phpbb\config_php
PHPBB3-12775
This commit is contained in:
3
tests/fixtures/config.php
vendored
Normal file
3
tests/fixtures/config.php
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
$foo = 'bar';
|
||||
$foo_foo = 'bar bar';
|
3
tests/fixtures/config_other.php
vendored
Normal file
3
tests/fixtures/config_other.php
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
$bar = 'foo';
|
||||
$bar_bar = 'foo foo';
|
Reference in New Issue
Block a user