PHP Classes

File: tests/TestCase.php

Recommend this page to a friend!
  Classes of WsdlToPhp   PHP Code Generator   tests/TestCase.php   Download  
File: tests/TestCase.php
Role: Unit test script
Content type: text/plain
Description: Unit test script
Class: PHP Code Generator
Generate PHP code elements programatically
Author: By
Last change: upgrade source in order to use most of PHP 7.2 features
refactor sources and tests
add feature to PHP CS settings
Date: 5 years ago
Size: 196 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

namespace
WsdlToPhp\PhpGenerator\Tests;

use
PHPUnit\Framework\TestCase as PHPUnitFrameworkTestCase;

abstract class
TestCase extends PHPUnitFrameworkTestCase
{
}