1 2 3 4 5 6 7
<?php use Lightscale\LaralightAssets\Manifest; it('instantiates', function() { new Manifest('test.json', '/dist'); })->throwsNoExceptions();