Skip to content

Commit 9ebbce5

Browse files
committed
Add views for Bulma 1
1 parent 3090517 commit 9ebbce5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/Pager.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@ class Pager implements JsonSerializable, Stringable
5252
'bootstrap-short' => __DIR__ . '/Views/bootstrap-short.php',
5353
'bootstrap5' => __DIR__ . '/Views/bootstrap.php',
5454
'bootstrap5-short' => __DIR__ . '/Views/bootstrap-short.php',
55-
// Bulma 0
55+
// Bulma 1
5656
'bulma' => __DIR__ . '/Views/bulma.php',
5757
'bulma-short' => __DIR__ . '/Views/bulma-short.php',
58+
'bulma1' => __DIR__ . '/Views/bulma.php',
59+
'bulma-short1' => __DIR__ . '/Views/bulma-short.php',
5860
// Foundation 6
5961
'foundation' => __DIR__ . '/Views/foundation.php',
6062
'foundation-short' => __DIR__ . '/Views/foundation-short.php',

tests/PagerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ public function testViews() : void
191191
'bootstrap5-short' => \realpath(__DIR__ . '/../src/Views/bootstrap-short.php'),
192192
'bulma' => \realpath(__DIR__ . '/../src/Views/bulma.php'),
193193
'bulma-short' => \realpath(__DIR__ . '/../src/Views/bulma-short.php'),
194+
'bulma1' => \realpath(__DIR__ . '/../src/Views/bulma.php'),
195+
'bulma-short1' => \realpath(__DIR__ . '/../src/Views/bulma-short.php'),
194196
'foundation' => \realpath(__DIR__ . '/../src/Views/foundation.php'),
195197
'foundation-short' => \realpath(__DIR__ . '/../src/Views/foundation-short.php'),
196198
'foundation6' => \realpath(__DIR__ . '/../src/Views/foundation.php'),

0 commit comments

Comments
 (0)