fix outdated namespaces
This commit is contained in:
parent
871c8bc015
commit
d3af1b7054
@ -38,7 +38,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "./vendor/bin/phpunit",
|
"test": "./vendor/bin/phpunit --no-coverage",
|
||||||
"check-style": "./vendor/bin/php-cs-fixer fix --verbose --dry-run",
|
"check-style": "./vendor/bin/php-cs-fixer fix --verbose --dry-run",
|
||||||
"fix-style": "./vendor/bin/php-cs-fixer fix --verbose",
|
"fix-style": "./vendor/bin/php-cs-fixer fix --verbose",
|
||||||
"check-code": "./vendor/bin/phpstan analyse -c phpstan.neon --no-progress --ansi"
|
"check-code": "./vendor/bin/phpstan analyse -c phpstan.neon --no-progress --ansi"
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace D3\OxidGuzzleFactory\tests;
|
namespace D3\GuzzleFactory\tests;
|
||||||
|
|
||||||
use PHPUnit\Framework\TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
use ReflectionClass;
|
use ReflectionClass;
|
||||||
|
@ -15,16 +15,19 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace D3\OxidGuzzleFactory\tests;
|
namespace D3\GuzzleFactory\tests;
|
||||||
|
|
||||||
use D3\OxidGuzzleFactory\GuzzleFactory;
|
use D3\GuzzleFactory\GuzzleFactory;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @coversNothing
|
||||||
|
*/
|
||||||
class GuzzleFactoryTest extends ApiTestCase
|
class GuzzleFactoryTest extends ApiTestCase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @test
|
* @test
|
||||||
* @return void
|
* @return void
|
||||||
* @covers \D3\OxidGuzzleFactory\GuzzleFactory::create
|
* @covers \D3\GuzzleFactory\GuzzleFactory::create
|
||||||
*/
|
*/
|
||||||
public function testCreate(): void
|
public function testCreate(): void
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user