Skip to content

Commit

Permalink
Add permalink slug field to ACT for testing of #3155 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Sep 22, 2015
1 parent 9a8811d commit dde6b85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/includes/testcase.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ class Pods_UnitTestCase extends \WP_UnitTestCase {
'name' => 'name',
'type' => 'text'
),
array(
'name' => 'permalink',
'type' => 'slug'
),
array(
'name' => 'author',
'type' => 'pick',
Expand Down

0 comments on commit dde6b85

Please sign in to comment.