Skip to content

Commit

Permalink
Fix routes test for duplicate feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ifox committed Mar 3, 2020
1 parent a4e2d87 commit bb706c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/RoutesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class RoutesTest extends TestCase
'twill/categories/bulkPublish',
'twill/categories/bulkRestore',
'twill/categories/create',
'twill/categories/duplicate/{id}',
'twill/categories/feature',
'twill/categories/forceDelete',
'twill/categories/preview/{id}',
Expand Down Expand Up @@ -57,6 +58,7 @@ class RoutesTest extends TestCase
'twill/personnel/authors/bulkPublish',
'twill/personnel/authors/bulkRestore',
'twill/personnel/authors/create',
'twill/personnel/authors/duplicate/{id}',
'twill/personnel/authors/feature',
'twill/personnel/authors/forceDelete',
'twill/personnel/authors/preview/{id}',
Expand All @@ -80,6 +82,7 @@ class RoutesTest extends TestCase
'twill/users/bulkPublish',
'twill/users/bulkRestore',
'twill/users/create',
'twill/users/duplicate/{id}',
'twill/users/forceDelete',
'twill/users/impersonate/stop',
'twill/users/impersonate/{id}',
Expand Down

0 comments on commit bb706c2

Please sign in to comment.