Skip to content

Commit

Permalink
Merge pull request #8191 from Nicelocal/fix_namespace
Browse files Browse the repository at this point in the history
Fix namespace of test
  • Loading branch information
orklah committed Jun 28, 2022
2 parents 7dff408 + 4bd5ca7 commit fbd240b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Template/PropertiesOfTemplateTest.php
@@ -1,7 +1,8 @@
<?php

namespace Psalm\Tests;
namespace Psalm\Tests\Template;

use Psalm\Tests\TestCase;
use Psalm\Tests\Traits\InvalidCodeAnalysisTestTrait;
use Psalm\Tests\Traits\ValidCodeAnalysisTestTrait;

Expand Down

0 comments on commit fbd240b

Please sign in to comment.