.codeclimate.yml | |
|
|
.gitignore | |
|
|
.scrutinizer.yml | |
|
|
.travis.yml | |
|
|
LICENSE | |
|
|
README.md | |
|
|
composer.json | |
|
|
doc/basic_usage.md | |
|
|
doc/changelog.md | |
|
|
doc/configuration.md | |
|
|
doc/errors.md | |
|
|
doc/event_log.md | |
|
|
doc/event_object.md | |
|
|
phpunit.xml | |
|
|
src/Event/Base/Event.php | 38 | A 0 mins |
|
src/Event/Base/EventDispatcher.php | 178 | A 0 mins |
|
src/Event/Base/EventLog.php | 51 | A 0 mins |
|
src/Event/Base/Interfaces/EventDispatcherInterface.php | 20 | A 0 mins |
|
src/Event/Base/Interfaces/EventInterface.php | 12 | A 0 mins |
|
src/Event/BaseEvent.php | 7 | A 0 mins |
|
src/Event/Config/ArrayConfig.php | 10 | A 0 mins |
|
src/Event/Config/ConfigReader.php | 7 | A 0 mins |
|
src/Event/Config/IniConfig.php | 12 | A 0 mins |
|
src/Event/Config/JsonConfig.php | 12 | A 0 mins |
|
src/Event/Config/XmlConfig.php | 12 | A 0 mins |
|
src/Event/Config/YamlConfig.php | 12 | A 0 mins |
|
test/BaseEventTest.php | 76 | A 0 mins |
|
test/Config/ArrayConfigTest.php | 19 | A 0 mins |
|
test/Config/IniConfigTest.php | 27 | A 0 mins |
|
test/Config/JsonConfigTest.php | 27 | A 0 mins |
|
test/Config/XmlConfigTest.php | 27 | A 0 mins |
|
test/Config/YamlConfigTest.php | 27 | A 0 mins |
|
test/Config/testConfig/config.incorrect | |
|
|
test/Config/testConfig/config.ini | |
|
|
test/Config/testConfig/config.json | |
|
|
test/Config/testConfig/config.php | 11 | A 0 mins |
|
test/Config/testConfig/config.xml | |
|
|
test/Config/testConfig/config.yaml | |
|
|
test/EventDispatcherTest.php | 406 | C 1 day |
|
test/EventLogTest.php | 81 | A 0 mins |
|
test/IncorrectEventDispatcher.php | 8 | A 0 mins |
|
test/InvalidEventObject.php | 8 | A 0 mins |
|