PHP Classes

File: tests/Unit/BaseTest.php

Recommend this page to a friend!
  Classes of Kacper Rowinski   PHP MySQL Replication   tests/Unit/BaseTest.php   Download  
File: tests/Unit/BaseTest.php
Role: Unit test script
Content type: text/plain
Description: Unit test script
Class: PHP MySQL Replication
Client to get MySQL replication events in pure PHP
Author: By
Last change: test fixes
Date: 3 years ago
Size: 160 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

namespace
MySQLReplication\Tests\Unit;

use
PHPUnit\Framework\TestCase;

abstract class
BaseTest extends TestCase
{
}