All Classes
Browse 20 classes & traits in this project. There are 7 source classes, 7 test classes, and 6 traits.
Note: As of Dec 23, 2023, only classes & traits are listed. interfaces & enums are not supported.
Source Classes (not tests)
-
Runner
: No description... -
FakeServer
: Used to run a php script as if an HTTP request had been made. -
Utility
: No description... -
Tester
: Base class for test classes -
ExceptionCatcher
: No description... -
CurlBrowser
: No description... -
Tester
:
Traits
-
Databasing
: Convenience methods for database work -
Assertions
: See the Exceptions trait for exception-based assertions
See theOther
trait for invert(), disable(), and other methods that are important but are not assertions -
Other
: Stuff that doesn't belong in other traits & isn't about the core execution of tests -
Utilities
: Convenience methods to call from inside tests -
Server
: convenience methods for server-related tests
Server-related assertions may go here too -
Exceptions
: Assert exceptions
Test Classes
-
Tester
: Base class for your test classes -
Runner
: No description... -
Server
: No description... -
Exceptions
: No description... -
Compare
: No description... -
Browser
: No description... -
NestedTest
: No description...