1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 11:10:18 +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';