Skip to content

Commit f8b9d9f

Browse files
authored
Add missing require for composer-less local profiling (#458)
1 parent 9b13f62 commit f8b9d9f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/Samples/profile.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php declare(strict_types=1);
22

33
require_once dirname(__DIR__, 2) . '/.al-custom.php';
4+
require_once dirname(__DIR__, 2) . '/vendor/prinsfrank/glyph-lists/src/AGlyphList.php';
45

56
$sampleName = $argv[1] ?? throw new InvalidArgumentException('Missing sample name');
67
if (preg_match('/^[a-zA-Z0-9_-]+$/', $sampleName) !== 1) {

0 commit comments

Comments
 (0)