class UnitTestDummyHandler2 in Acquia Cloud Site Factory Connector 8.2
Same name and namespace in other branches
- 8 tests/UnitTestDummyHandler2.php \UnitTestDummyHandler2
UnitTestDummyHandler2.
Hierarchy
- class \Drupal\acsf\Event\AcsfEventHandler
- class \UnitTestDummyHandler2
Expanded class hierarchy of UnitTestDummyHandler2
2 string references to 'UnitTestDummyHandler2'
- 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/
UnitTestDummyHandler2.php, line 8
View source
class UnitTestDummyHandler2 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 | Writes a log message to the console. | |
AcsfEventHandler:: |
public | function | Constructor. | 1 |
UnitTestDummyHandler2:: |
public | function |
Dummy handler. Overrides AcsfEventHandler:: |