for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Yoghi\Bundle\MaddaBundleTest\Utils;
class SplFileInfo extends \Symfony\Component\Finder\SplFileInfo
{
public function getRealpath()
return $this->getPathname();
}