for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace GacelaTest\Unit\Framework\Config\GacelaFileConfig\Factory;
use Gacela\Framework\Event\GacelaEventInterface;
final class FakeEvent implements GacelaEventInterface
{
public function toString(): string
return 'test event';
}