first commit
This commit is contained in:
16
tests/Datasets/Routes.php
Normal file
16
tests/Datasets/Routes.php
Normal 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',
|
||||
];
|
||||
});
|
||||
Reference in New Issue
Block a user