for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Zenstruck\Foundry\Tests\Fixtures\Factories;
/**
* @author Kevin Bond <[email protected]>
*/
final class PostFactoryWithValidInitialize extends PostFactory
{
protected function initialize(): self
return $this->published();
}