class UnitTestDummyHandler3 in Acquia Cloud Site Factory Connector 8
Same name and namespace in other branches
- 8.2 tests/UnitTestDummyHandler3.php \UnitTestDummyHandler3
UnitTestDummyHandler3.
Hierarchy
- class \Drupal\acsf\Event\AcsfEventHandler
- class \UnitTestDummyHandler3
Expanded class hierarchy of UnitTestDummyHandler3
2 string references to 'UnitTestDummyHandler3'
- acsf_get_registry in tests/
AcsfEventsTest.php - Mocks acsf_get_registry for testing.
- UnitTest::testAcsfEventPushPop in tests/
AcsfEventsTest.php - Tests that the push and pop methods work as expected.
File
- tests/
UnitTestDummyHandler3.php, line 8
View source
class UnitTestDummyHandler3 extends AcsfEventHandler {
/**
* Dummy handler.
*/
public function handle() {
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AcsfEventHandler:: |
public | property | The time that the handler was completed. | |
AcsfEventHandler:: |
public | property | Any messages triggered by the handler. | |
AcsfEventHandler:: |
public | property | The time that the handler was started. | |
AcsfEventHandler:: |
public | function | Constructor. | 1 |
UnitTestDummyHandler3:: |
public | function |
Dummy handler. Overrides AcsfEventHandler:: |