diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-04-24 17:27:24 -0500 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-04-24 17:45:51 -0500 |
| commit | df518ac131bb022aa14c207e0c1408751dd9e1ef (patch) | |
| tree | f7c4c878e6ffe0751ebaf05deed12b679c5a8220 /tests/dbal | |
| parent | 14f1340903ce76fd4d72dfaf041a0e03b4272f1a (diff) | |
| download | forums-df518ac131bb022aa14c207e0c1408751dd9e1ef.tar forums-df518ac131bb022aa14c207e0c1408751dd9e1ef.tar.gz forums-df518ac131bb022aa14c207e0c1408751dd9e1ef.tar.bz2 forums-df518ac131bb022aa14c207e0c1408751dd9e1ef.tar.xz forums-df518ac131bb022aa14c207e0c1408751dd9e1ef.zip | |
[ticket/11335] (tests) Make php_ext 'php' not '.php'
PHPBB3-11335
Diffstat (limited to 'tests/dbal')
| -rw-r--r-- | tests/dbal/migrator_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dbal/migrator_test.php b/tests/dbal/migrator_test.php index ae4099e6f8..6390d6a715 100644 --- a/tests/dbal/migrator_test.php +++ b/tests/dbal/migrator_test.php @@ -63,7 +63,7 @@ class phpbb_dbal_migrator_test extends phpbb_database_test_case new phpbb_filesystem(), 'phpbb_ext', dirname(__FILE__) . '/../../phpBB/', - '.php', + 'php', null ); } |
