bluetree-service/event

View on GitHub
test/InvalidEventObject.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace BlueEventTest;

class InvalidEventObject
{
    public function __construct()
    {

    }
}