1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-12 09:54:03 +00:00

Update ManagerTest.php

This commit is contained in:
Ben Bjurstrom 2024-11-22 20:38:04 -08:00 committed by GitHub
parent 7937fec988
commit ac434eaf03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,6 @@
<?php
use ArchTech\SEO\SEOManager;
use Illuminate\Http\Request;
use Mockery\MockInterface;
test('set returns the set value', function () {
expect(seo()->set('foo', 'bar'))->toBe('bar');