for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace hanneskod\readmetester\Attribute;
#[\Attribute(\Attribute::IS_REPEATABLE | \Attribute::TARGET_ALL)]
class IgnoreOutput extends ExpectOutput
{
public function __construct()
parent::__construct('//');
}
public function asAttribute(): string
return self::createAttribute();