for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace OckCyp\CoversValidator\Loader;
class FileLoader
{
/**
* Include a file
*
* @param string $filename
*/
public static function loadFile($filename)
\PHPUnit\Util\FileLoader::checkAndLoad($filename);
}