Skip to content

Commit

Permalink
Update RenameMeTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
cerbero90 authored Feb 29, 2024
1 parent 1367a21 commit 2651d62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/RenameMeTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Cerbero\:package_ns;

use Cerbero\:package_ns\Providers\:package_nsServiceProvider;
Expand All @@ -9,7 +11,7 @@
* The package test suite.
*
*/
class :package_nsTest extends TestCase
final class :package_nsTest extends TestCase
{
/**
* Retrieve the package providers.
Expand Down

0 comments on commit 2651d62

Please sign in to comment.