PHP Classes

File: tests_fixtures/Example1Test.php

Recommend this page to a friend!
  Classes of Dmitry M. Merkushin   PHP Autotest   tests_fixtures/Example1Test.php   Download  
File: tests_fixtures/Example1Test.php
Role: Unit test script
Content type: text/plain
Description: Unit test script
Class: PHP Autotest
Run automated test again when project files change
Author: By
Last change: Update of tests_fixtures/Example1Test.php
Date: 2 months ago
Size: 144 bytes
 

Contents

Class file image Download
<?php

class Example1Test extends \PHPUnit_Framework_TestCase
{
    public function
testExample()
    {
       
$this->assertTrue(true);
    }
}