Terms: Test Class
- "Test Class"
- One or more classes
-
Extending
TestCase
- Each class is a group of related tests
- Methods in it executed by PHPUnit
class LoginTest extends TestCase {}
< Terms: Parent Class, TestCase (Previous) | Table of Contents | (Next) wp_mail(): So, I've Got This Method... > |
TestCase
class LoginTest extends TestCase {}