class UnitTestDummyHandler1 in Acquia Cloud Site Factory Connector 8.2
Same name and namespace in other branches
- 8 tests/UnitTestDummyHandler1.php \UnitTestDummyHandler1
UnitTestDummyHandler1.
Hierarchy
- class \Drupal\acsf\Event\AcsfEventHandler
- class \UnitTestDummyHandler1
Expanded class hierarchy of UnitTestDummyHandler1
3 string references to 'UnitTestDummyHandler1'
- acsf_get_registry in tests/
AcsfEventsTest.php - Mocks acsf_get_registry for testing.
- UnitTest::testAcsfEventHandlerIncompatibleType in tests/
AcsfEventsTest.php - Tests that incompatible handler types may not be used.
- UnitTest::testAcsfEventPushPop in tests/
AcsfEventsTest.php - Tests that the push and pop methods work as expected.
File
- tests/
UnitTestDummyHandler1.php, line 8
View source
class UnitTestDummyHandler1 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 |
UnitTestDummyHandler1:: |
public | function |
Dummy handler. Overrides AcsfEventHandler:: |