Ben de takip kodu var:
include 'simpletest/autorun.php';
include 'config_test.case.php'; // <-- problem
Ama işler değil. Alıyorum:
Bad TestSuite [index.php] with error [No runnable test cases in [index.php]]
But if I put the Config class code directly (no "include"), it works. What can I do? Thx =)