次のコードがあります:
include 'simpletest/autorun.php';
include 'config_test.case.php'; // <-- problem
しかし、うまくいきません。私は得る:
Bad TestSuite [index.php] with error [No runnable test cases in [index.php]]
しかし、Config クラス コードを直接 (「インクルード」なしで) 配置すると、機能します。私に何ができる?Thx =)