first commit

This commit is contained in:
benjibennn
2023-12-22 12:35:55 +08:00
commit 9f89a732d6
872 changed files with 156291 additions and 0 deletions

16
tests/Datasets/Routes.php Normal file
View File

@@ -0,0 +1,16 @@
<?php
dataset('routes', function () {
return [
'/admin/login',
'/@admin',
'/blog',
'/blog/category-1',
'/blog/category-1/best-ways-to-market-your-application',
'/docs/welcome',
'/login',
'/password/reset',
'/pricing',
'/p/about',
];
});