Adapter for PEAR PHPUnit test case to allow legacy PEAR test cases to be used with SimpleTest.
Located in /extensions/pear_test_case.php (line 24)
SimpleTestCase | --PHPUnit_TestCase
Inherited from SimpleTestCase
SimpleTestCase::$_label
SimpleTestCase::$_observers
SimpleTestCase::$_reporter
SimpleTestCase::$_should_skip
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.
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::after()
SimpleTestCase::assert()
SimpleTestCase::assertExpectation()
SimpleTestCase::before()
SimpleTestCase::createInvoker()
SimpleTestCase::dump()
SimpleTestCase::error()
SimpleTestCase::exception()
SimpleTestCase::fail()
SimpleTestCase::getAssertionLine()
SimpleTestCase::getLabel()
SimpleTestCase::getSize()
SimpleTestCase::getTests()
SimpleTestCase::pass()
SimpleTestCase::run()
SimpleTestCase::sendMessage()
SimpleTestCase::setUp()
SimpleTestCase::signal()
SimpleTestCase::skip()
SimpleTestCase::skipIf()
SimpleTestCase::skipUnless()
SimpleTestCase::tearDown()
SimpleTestCase::tell()
SimpleTestCase::_isTest()
Documentation generated on Sun, 04 May 2008 09:21:56 -0500 by phpDocumentor 1.3.0