<?php declare(strict_types=1); namespace BitWasp\Buffertools\Tests; use PHPUnit\Framework\TestCase; abstract class BinaryTest extends TestCase { }