toHtml())->toBe(''); }); test('style file html', function() { $file = new StyleFile('test.css'); expect($file->toHtml())->toBe(''); }); test('script file hash', function() { $file = new ScriptFile('test.js'); expect($file->hash())->toBeString(); });