PHP Classes

File: tests/TestCase.php

Recommend this page to a friend!
  Classes of WsdlToPhp   Package Base   tests/TestCase.php   Download  
File: tests/TestCase.php
Role: Unit test script
Content type: text/plain
Description: Unit test script
Class: Package Base
Base classes for implementing a package generator
Author: By
Last change: issue #32 - migrate to PHP >= 7.4
Date: 3 years ago
Size: 195 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

namespace
WsdlToPhp\PackageBase\Tests;

use
PHPUnit\Framework\TestCase as PHPUnitFrameworkTestCase;

abstract class
TestCase extends PHPUnitFrameworkTestCase
{
}