Core/tests/plugins/testInvalidClass/TestInvalidClass.php

8 lines
71 B
PHP

<?php
namespace Application\Plugin;
class TestSuperInvalidClass
{
}