for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php //phpcs:ignore WordPress.Files.FileName.InvalidClassFileName
/**
* Tests the Identity_Crisis package.
*
* @package automattic/jetpack-identity-crisis
*/
namespace Automattic\Jetpack;
use WorDBless\BaseTestCase;
* Test Identity_Crisis class
class Test_Identity_Crisis extends BaseTestCase {
* Test Identity_Crisis.
public function test_identity_crisis() {
$this->assertTrue( true, true );
}