Skip to content
Snippets Groups Projects
IntegrationTestCase.php 273 B
Newer Older
Josh Pollock's avatar
Josh Pollock committed
<?php


namespace CalderaLearn\RestSearch\Tests\Integration;

/**
 * Class IntegrationTestCase
 *
 * All integration tests MUST extend this class
 *
 * @package CalderaLearn\RestSearch\Tests\Integration
 */
abstract class IntegrationTestCase extends \WP_UnitTestCase
{


}