Mantis - Quercus
Viewing Issue Advanced Details
4619 minor always 06-15-11 23:23 07-06-11 10:44
rickHigh  
 
normal  
new  
open  
none    
none  
0004619: Quercus does not run with SimpleTest unit testing framework
This test works (green bar) under PHP but fails under Quercus.

<?php
require_once('simpletest/autorun.php');

class TestOfLogging extends UnitTestCase {

    function testLogCreatesNewFileOnFirstMessage() {
      $this->assertTrue("true");
    }
}
?>

The failure message is

graphTest.php

Fail: -> Bad TestSuite [graphTest.php] with error [No runnable test cases in [graphTest.php]]
0/0 test cases complete: 0 passes, 1 fails and 0 exceptions.

Notes
(0005359)
domdorn   
07-06-11 10:44   
http://www.simpletest.org/ [^]