8 lines
157 B
PHP
8 lines
157 B
PHP
![]() |
<?php
|
||
|
/**
|
||
|
* This is the abstract class for all tests
|
||
|
* @see http://phpunit.de/manual/
|
||
|
*/
|
||
|
abstract class AlterncTest extends PHPUnit_Framework_TestCase
|
||
|
{
|
||
|
}
|