for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* 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 jetpack
*/
namespace Jetpack\TestCase_ABC;
* Class className_ABC.
* @package Jetpack\TestCase_ABC
class className_ABC {
* Returns True.
* @return bool
function return_true() {
return true;
}