Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/Toolkit/tests/Fixtures/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,15 @@ protected function configureContainer(ContainerConfigurator $container): void
'defaults' => [],
]);

// Kit icons are vendored under tests/Fixtures/icons to render offline.
// To re-import: flip `on_demand`/`auto_lock` on, run the suite once, revert.
$container->extension('ux_icons', [
'icon_dir' => __DIR__.'/icons',
'iconify' => [
'on_demand' => false,
],
]);

$container->services()
->set(SecurityTwigStubExtension::class)
->tag('twig.extension')
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/Toolkit/tests/Fixtures/icons/flowbite/user-solid.svg
1 change: 1 addition & 0 deletions src/Toolkit/tests/Fixtures/icons/lucide/app-window.svg
1 change: 1 addition & 0 deletions src/Toolkit/tests/Fixtures/icons/lucide/arrow-left.svg
1 change: 1 addition & 0 deletions src/Toolkit/tests/Fixtures/icons/lucide/arrow-right.svg
1 change: 1 addition & 0 deletions src/Toolkit/tests/Fixtures/icons/lucide/arrow-up.svg
1 change: 1 addition & 0 deletions src/Toolkit/tests/Fixtures/icons/lucide/audio-lines.svg
1 change: 1 addition & 0 deletions src/Toolkit/tests/Fixtures/icons/lucide/badge-check.svg
1 change: 1 addition & 0 deletions src/Toolkit/tests/Fixtures/icons/lucide/bell.svg
1 change: 1 addition & 0 deletions src/Toolkit/tests/Fixtures/icons/lucide/bluetooth.svg
1 change: 1 addition & 0 deletions src/Toolkit/tests/Fixtures/icons/lucide/bold.svg
1 change: 1 addition & 0 deletions src/Toolkit/tests/Fixtures/icons/lucide/bookmark.svg
1 change: 1 addition & 0 deletions src/Toolkit/tests/Fixtures/icons/lucide/check.svg
1 change: 1 addition & 0 deletions src/Toolkit/tests/Fixtures/icons/lucide/chevron-down.svg
1 change: 1 addition & 0 deletions src/Toolkit/tests/Fixtures/icons/lucide/chevron-left.svg
1 change: 1 addition & 0 deletions src/Toolkit/tests/Fixtures/icons/lucide/chevron-up.svg
1 change: 1 addition & 0 deletions src/Toolkit/tests/Fixtures/icons/lucide/circle-alert.svg
1 change: 1 addition & 0 deletions src/Toolkit/tests/Fixtures/icons/lucide/circle-check.svg
Loading
Loading