1
0
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:
Tristan Darricau
2014-06-28 01:46:48 +02:00
parent 1d966fbc86
commit afffec8184
3 changed files with 36 additions and 0 deletions

3
tests/fixtures/config.php vendored Normal file
View File

@@ -0,0 +1,3 @@
<?php
$foo = 'bar';
$foo_foo = 'bar bar';

3
tests/fixtures/config_other.php vendored Normal file
View File

@@ -0,0 +1,3 @@
<?php
$bar = 'foo';
$bar_bar = 'foo foo';