# cookiebot/3.11.3/tests/test-sample.php

Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA &amp; Google Consent Mode, version 3.11.3. 21 lines.

- Page: https://pluginprobe.com/plugins/cookiebot/3.11.3/code/tests/test-sample.php
- Raw: https://pluginprobe.com/plugins/cookiebot/3.11.3/raw/tests/test-sample.php
- Modified: 2020-07-06T13:56:56+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/cookiebot/3.11.3/code/tests/test-sample.php#L10-L20`.

```php
<?php
/**
 * Class SampleTest
 *
 * @package Cookiebot
 */

/**
 * Sample test case.
 */
class SampleTest extends WP_UnitTestCase {

	/**
	 * A single example test.
	 */
	public function test_sample() {
		// Replace this with some actual testing code.
		$this->assertTrue( true );
	}
}

```
