for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Zenstruck\Foundry\Tests\Functional;
use Zenstruck\Foundry\Tests\Fixtures\Entity\Category;
/**
* @author Kevin Bond <[email protected]>
*/
final class ORMAnonymousFactoryTest extends AnonymousFactoryTest
{
protected function setUp(): void
if (false === \getenv('DATABASE_URL')) {
self::markTestSkipped('doctrine/orm not enabled.');
}
protected function categoryClass(): string
return Category::class;