for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace TheCodingMachine\TDBM\Utils;
class RootProjectLocator
{
public static function getRootLocationPath(): string
$reflection = new \ReflectionClass(\Composer\Autoload\ClassLoader::class);
return dirname($reflection->getFileName(), 3).'/';
}