for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types = 1);
namespace hanneskod\readmetester\PHPUnit;
class ReadmeTestCase extends \PHPUnit\Framework\TestCase
{
public function assertReadme(string $filename)
(new AssertReadme($this))->assertReadme($filename);
}