for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
use PHPUnit\Framework\TestCase;
/**
* Class CommonTestClass
* The structure for mocking and configuration seems so complicated, but it's necessary to let it be totally idiot-proof
*/
class CommonTestClass extends TestCase
{
public function defaultJavaFileMime(): string
return (PHP_VERSION_ID >= 80300) ? 'text/x-java' : 'text/x-c';
}