bluetree-service/event

View on GitHub
test/IncorrectEventDispatcher.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace BlueEventTest;

class IncorrectEventDispatcher
{
    public function __construct()
    {

    }
}