Skip to content

Commit eeacf9b

Browse files
committed
Formatting
1 parent d9d4a61 commit eeacf9b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/framework/tests/Feature/Commands/MakePublicationTypeCommandTest.php

+5-4
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,14 @@ public function test_cannot_create_field_with_lower_max_than_min_value()
104104
->expectsQuestion('Max value (for strings, this refers to string length)', 5)
105105
->expectsQuestion('Min value (for strings, this refers to string length)', 5)
106106
->expectsQuestion('Max value (for strings, this refers to string length)', 10)
107+
107108
->expectsQuestion('<bg=magenta;fg=white>Add another field (y/n)</>', 'n')
108109
->expectsQuestion('Choose the default field you wish to sort by', 'foo')
109110
->expectsQuestion('Choose the default sort direction', 'Ascending (oldest items first if sorting by dateCreated)')
110-
->expectsQuestion('Enter the pageSize (0 for no limit)', 10)
111-
->expectsQuestion('Generate previous/next links in detail view (y/n)', 'n')
112-
->expectsQuestion('Choose a canonical name field (the values of this field have to be unique!)', 'foo')
113-
->expectsOutputToContain('Creating a new Publication Type!')
111+
->expectsQuestion('Enter the pageSize (0 for no limit)', 10)
112+
->expectsQuestion('Generate previous/next links in detail view (y/n)', 'n')
113+
->expectsQuestion('Choose a canonical name field (the values of this field have to be unique!)', 'foo')
114+
->expectsOutputToContain('Creating a new Publication Type!')
114115
->assertSuccessful();
115116
}
116117
}

0 commit comments

Comments
 (0)