Core/tests/controller/controller.test_route_default_uri_dashes_succeed.php

10 lines
153 B
PHP

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