Skip to content

Commit

Permalink
@coversDefaultClass needs FQDN
Browse files Browse the repository at this point in the history
  • Loading branch information
driehle committed Dec 24, 2024
1 parent 3f53bf6 commit 1c008a5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions tests/Service/CacheFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/
class CacheFactoryTest extends BaseTestCase
{
/** @covers \DoctrineModule\Service\CacheFactory::createService */
/** @covers \DoctrineModule\Service\CacheFactory::__invoke */
public function testWillSetNamespace(): void
{
if (! InstalledVersions::satisfies(new VersionParser(), 'doctrine/cache', '^1.0.0')) {
Expand Down Expand Up @@ -55,7 +55,7 @@ public function testWillSetNamespace(): void
}

/**
* @covers \DoctrineModule\Service\CacheFactory::createService
* @covers \DoctrineModule\Service\CacheFactory::__invoke
* @group 547
*/
public function testCreateLaminasCache(): void
Expand Down
4 changes: 1 addition & 3 deletions tests/Validator/Service/NoObjectExistsFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Generated by PHPUnit_SkeletonGenerator on 2017-09-04 at 11:12:27.
*
* @coversDefaultClass NoObjectExistsFactory
* @coversDefaultClass \DoctrineModule\Validator\Service\NoObjectExistsFactory
* @group validator
*/
class NoObjectExistsFactoryTest extends TestCase
Expand All @@ -41,7 +41,6 @@ public function testCallable(): void

/**
* @covers ::__invoke
* @covers ::container
* @covers ::getRepository
* @covers ::getObjectManager
* @covers ::getFields
Expand Down Expand Up @@ -78,7 +77,6 @@ public function testInvoke(): void

/**
* @covers ::__invoke
* @covers ::container
* @covers ::getRepository
* @covers ::getObjectManager
* @covers ::getFields
Expand Down
2 changes: 1 addition & 1 deletion tests/Validator/Service/ObjectExistsFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* Generated by PHPUnit_SkeletonGenerator on 2017-09-04 at 11:55:36.
*
* @coversDefaultClass ObjectExistsFactory
* @coversDefaultClass \DoctrineModule\Validator\Service\ObjectExistsFactory
* @group validator
*/
class ObjectExistsFactoryTest extends TestCase
Expand Down
2 changes: 1 addition & 1 deletion tests/Validator/Service/UniqueObjectFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* Generated by PHPUnit_SkeletonGenerator on 2017-09-04 at 11:57:37.
*
* @coversDefaultClass UniqueObjectFactory
* @coversDefaultClass \DoctrineModule\Validator\Service\UniqueObjectFactory
* @group validator
*/
class UniqueObjectFactoryTest extends TestCase
Expand Down

0 comments on commit 1c008a5

Please sign in to comment.