Skip to content

Commit 6d6cf82

Browse files
committed
Fix view name
1 parent 1ff07b7 commit 6d6cf82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Pager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class Pager implements JsonSerializable, Stringable
5656
'bulma' => __DIR__ . '/Views/bulma.php',
5757
'bulma-short' => __DIR__ . '/Views/bulma-short.php',
5858
'bulma1' => __DIR__ . '/Views/bulma.php',
59-
'bulma-short1' => __DIR__ . '/Views/bulma-short.php',
59+
'bulma1-short' => __DIR__ . '/Views/bulma-short.php',
6060
// Foundation 6
6161
'foundation' => __DIR__ . '/Views/foundation.php',
6262
'foundation-short' => __DIR__ . '/Views/foundation-short.php',

tests/PagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public function testViews() : void
223223
'bulma' => \realpath(__DIR__ . '/../src/Views/bulma.php'),
224224
'bulma-short' => \realpath(__DIR__ . '/../src/Views/bulma-short.php'),
225225
'bulma1' => \realpath(__DIR__ . '/../src/Views/bulma.php'),
226-
'bulma-short1' => \realpath(__DIR__ . '/../src/Views/bulma-short.php'),
226+
'bulma1-short' => \realpath(__DIR__ . '/../src/Views/bulma-short.php'),
227227
'foundation' => \realpath(__DIR__ . '/../src/Views/foundation.php'),
228228
'foundation-short' => \realpath(__DIR__ . '/../src/Views/foundation-short.php'),
229229
'foundation6' => \realpath(__DIR__ . '/../src/Views/foundation.php'),

0 commit comments

Comments
 (0)