# bit-form/3.1.0/vendor/arif-un/jcof/tests/TestCase.php

Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator &amp; Custom Form Builder, version 3.1.0. 11 lines.

- Page: https://pluginprobe.com/plugins/bit-form/3.1.0/code/vendor/arif-un/jcof/tests/TestCase.php
- Raw: https://pluginprobe.com/plugins/bit-form/3.1.0/raw/vendor/arif-un/jcof/tests/TestCase.php
- Modified: 2023-11-19T11:00:14+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/bit-form/3.1.0/code/vendor/arif-un/jcof/tests/TestCase.php#L10-L20`.

```php
<?php

namespace Tests;

use PHPUnit\Framework\TestCase as BaseTestCase;

abstract class TestCase extends BaseTestCase
{
    //
}

```
