TestSuite
Table of Contents
Namespaces
Classes
- ConsoleIntegrationTestCase
- A test case class intended to make integration tests of cake console commands easier.
- IntegrationTestCase
- A test case class intended to make integration tests of your controllers easier.
- TestCase
- Cake TestCase class
- TestEmailTransport
- TestEmailTransport
- TestSession
- Read only access to the session during testing.
- TestSuite
- A class to contain test cases and run them with shared fixtures
Traits
- EmailTrait
- Make assertions on emails sent through the Cake\TestSuite\TestEmailTransport
- IntegrationTestTrait
- A trait intended to make integration tests of your controllers easier.
- StringCompareTrait
- Compare a string to the contents of a file
- TestListenerTrait
- Implements empty default methods for PHPUnit\Framework\TestListener.