not->toMatch('/name=["\']terminal["\']/') ->not->toMatch('/icon-name=["\']terminal["\']/') ->not->toMatch("/'icon'\\s*=>\\s*'terminal'/"); } }); test('reicon pack includes browser-terminal glyph', function () { $path = resource_path('views/components/reicon.blade.php'); $contents = file_get_contents($path); expect($contents)->toContain("'browser-terminal' =>"); });