for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php // phpcs:ignore WordPress.Files.FileName
/**
* This is a very much a dummy class that is used for a test.
* To see if we are able to load it via the autoloader.
*
* @package automattic/jetpack-autoloader
*/
namespace Jetpack\TestCase_ABC;
* Class ClassName_ABC.
class ClassName_ABC {
* Returns True.
* @return bool
public function return_true() {
return true;
}