Core/tests/controller/controller.testmatchingroute.php

9 lines
139 B
PHP

<?php
namespace Application\Controller;
class TestMatchingRoute
{
public function index(){}
public function methodInFirstArgument(){}
}