Skip to content

Commit ef77aeb

Browse files
authored
Update FacadeTest.php
1 parent 93820e1 commit ef77aeb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/FacadeTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
namespace F9Web\Meta\Tests;
46

57
use F9Web\Meta\Meta;
68
use F9Web\Meta\MetaFacade;
79

810
class FacadeTest extends TestCase
911
{
10-
/** @test */
11-
public function it_passes_calls_to_the_container(): void
12+
public function test_it_passes_calls_to_the_container(): void
1213
{
1314
$this->mock(
1415
Meta::class,

0 commit comments

Comments
 (0)