fix outdated namespaces
Cette révision appartient à :
Parent
871c8bc015
révision
d3af1b7054
@ -38,7 +38,7 @@
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"test": "./vendor/bin/phpunit",
|
||||
"test": "./vendor/bin/phpunit --no-coverage",
|
||||
"check-style": "./vendor/bin/php-cs-fixer fix --verbose --dry-run",
|
||||
"fix-style": "./vendor/bin/php-cs-fixer fix --verbose",
|
||||
"check-code": "./vendor/bin/phpstan analyse -c phpstan.neon --no-progress --ansi"
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace D3\OxidGuzzleFactory\tests;
|
||||
namespace D3\GuzzleFactory\tests;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use ReflectionClass;
|
||||
|
@ -15,16 +15,19 @@
|
||||
|
||||
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
|
||||
{
|
||||
/**
|
||||
* @test
|
||||
* @return void
|
||||
* @covers \D3\OxidGuzzleFactory\GuzzleFactory::create
|
||||
* @covers \D3\GuzzleFactory\GuzzleFactory::create
|
||||
*/
|
||||
public function testCreate(): void
|
||||
{
|
||||
|
Chargement…
x
Référencer dans un nouveau ticket
Bloquer un utilisateur