Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
少了对namespace的配置 导致make test报错
  • Loading branch information
zxcvdavid committed Nov 5, 2013
1 parent 6dd33ab commit 9b987e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/068.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Check for multi inheritance of section
--SKIPIF--
<?php if (!extension_loaded("yaf")) print "skip"; ?>
--INI--
yaf.use_namespace=0
--FILE--
<?php
$config = new Yaf_Config_Ini(dirname(__FILE__) . "/multi-section.ini");
Expand Down

0 comments on commit 9b987e7

Please sign in to comment.