.

Simpletest
[Modules]

Wraps the simpletest unit test library (http://www.simpletest.org/). More...

Classes

class   DAOCoursesTest
  A test class, representing a course at university. More...
class   DAORoomsTest
  A test class, representing a room in university. More...
class   DAOStudentsTest
  A test class, representing students at university. More...
class   DAOStudentsTest2CoursesTest
  A test class, assigning students to courses. More...
class   DAOTeachersTest
  A test class, representing teachers at university. More...
class   GyroUnitTestCase
  Extends UnitTest with assertions regarding Status. More...
class   MockIDBTable
  A mock for a DBTable. More...
class   SimpleTestController
  Controller for running SimpleTest unit tests. More...

Detailed Description

Wraps the simpletest unit test library (http://www.simpletest.org/).

Place your tests in a directory "simpletests" directly beneath the module or application root. They will be automatically run when simpletest/run is invoked.

Test files must end with .test.php and the class name must start with "Test"