Cambio en namespace
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
namespace ProVM\Integration;
|
||||
namespace Test\Integration;
|
||||
|
||||
use ProVM\Tests\Extension\AbstractIntegration;
|
||||
use Tests\Extension\AbstractIntegration;
|
||||
|
||||
class HomeTest extends AbstractIntegration
|
||||
{
|
||||
@ -11,4 +11,4 @@ class HomeTest extends AbstractIntegration
|
||||
$this->assertEquals(200, $response->getStatusCode());
|
||||
$this->assertStringContainsString('Incoviba', $response->getBody()->getContents());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user