PHP Classes

File: Tests/TestInvalidRoutes1.php

Recommend this page to a friend!
  Classes of Alexey Dodonov   mezon PHP Application   Tests/TestInvalidRoutes1.php   Download  
File: Tests/TestInvalidRoutes1.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: mezon PHP Application
Create applications from configuration files
Author: By
Last change:
Date: 3 years ago
Size: 82 bytes
 

Contents

Class file image Download
<?php
return [
    [
       
'/test/',
       
'callback' => 'existing',
    ]
];