HEX
Server: nginx/1.26.1
System: Linux main-vm 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
User: root (0)
PHP: 8.2.19
Disabled: NONE
Upload Files
File: /var/www/rocioprime/wp-content/plugins/woocommerce/vendor/woocommerce/blueprint/tests/TestCase.php
<?php

namespace Automattic\WooCommerce\Blueprint\Tests;

use PHPUnit\Framework\TestCase as PHPUnitTestCase;

require_once __DIR__ . '/helpers.php';

/**
 * Class TestCase
 */
abstract class TestCase extends PHPUnitTestCase {

	/**
	 * Get the path to a fixture file.
	 *
	 * @param string $filename The filename.
	 *
	 * @return string The path to the fixture file.
	 */
	public function get_fixture_path( $filename ) {
		return __DIR__ . '/fixtures/' . $filename;
	}
}