Adapter for PEAR PHPUnit test case to allow legacy PEAR test cases to be used with SimpleTest.
Located in /libraries/pear/simpletest/extensions/pear_test_case.php (line 24)
RunnableTest | --SimpleTestCase | --PHPUnit_TestCase
Class | Description |
---|---|
![]() |
Adapter for PEAR PHPUnit test case to allow legacy PEAR test cases to be used with SimpleTest. |
Inherited from SimpleTestCase
SimpleTestCase::$_reporter
Inherited from RunnableTest
RunnableTest::$_label
Constructor. Sets the test name.
Will test straight equality if set to loose typing, or identity if not.
Sends pass if the test condition resolves false, a fail otherwise.
Passes if the value tested is not null.
In PHP5 the identity test tests for the same object. THis is a reference test in PHP4.
Passes if the value tested is null.
Tests a regex match. Needs refactoring.
In PHP5 the identity test tests for the same object. THis is a reference test in PHP4.
Sends pass if the test condition resolves true, a fail otherwise.
Tests the type of a value.
For progress indication during a test amongst other things.
Accessor for name, normally just the class name.
Sets equality operation to act as a simple equal comparison only, allowing a broader range of matches.
Does nothing. For compatibility only.
Inherited From SimpleTestCase
SimpleTestCase::SimpleTestCase()
SimpleTestCase::assertExpectation()
SimpleTestCase::assertFalse()
SimpleTestCase::assertTrue()
SimpleTestCase::dump()
SimpleTestCase::error()
SimpleTestCase::fail()
SimpleTestCase::getAssertionLine()
SimpleTestCase::invoke()
SimpleTestCase::pass()
SimpleTestCase::run()
SimpleTestCase::sendMessage()
SimpleTestCase::setUp()
SimpleTestCase::signal()
SimpleTestCase::swallowErrors()
SimpleTestCase::tearDown()
SimpleTestCase::_createRunner()
SimpleTestCase::_isConstructor()
SimpleTestCase::_isTest()
Inherited From RunnableTest
RunnableTest::RunnableTest()
RunnableTest::getLabel()
RunnableTest::getSize()
RunnableTest::run()
Documentation generated on Fri, 3 Dec 2004 12:27:19 +0000 by phpDocumentor 1.3.0RC3