mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
qa: add namespace to test asset
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
This commit is contained in:
parent
c6191643ab
commit
1a543aecb9
@ -193,6 +193,7 @@ class ReconcilerTest extends \Psalm\Tests\TestCase
|
|||||||
'psalm-assert.php',
|
'psalm-assert.php',
|
||||||
'
|
'
|
||||||
<?php
|
<?php
|
||||||
|
namespace ReconciliationTest;
|
||||||
class Foo
|
class Foo
|
||||||
{
|
{
|
||||||
const BAR = \'bar\';
|
const BAR = \'bar\';
|
||||||
|
Loading…
Reference in New Issue
Block a user