This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Automatically smoke test all your static routes, and all dynamic routes with default values. | |
* Adapted and simplified from https://github.com/Pierstoval/SmokeTesting | |
* On an idea from Ismail1432 https://github.com/ismail1432 on Twitter: | |
* https://twitter.com/SmaineDev/status/1559542937696043008 | |
*/ | |
namespace App\Tests\Controller; |
OlderNewer