File "test-case.php"

Full Path: /home/warrior1/public_html/plugins/facebook-for-woocommerce/vendor/skyverge/wc-plugin-framework/tests/_archive/unit/test-case.php
File size: 238 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace SkyVerge\WooCommerce\PluginFramework\Tests\Unit;

class Test_Case extends \PHPUnit\Framework\TestCase {


	public function setUp() {

		\WP_Mock::setUp();
	}

	public function tearDown() {

		\WP_Mock::tearDown();
	}


}