D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
lampp
/
lib
/
php
/
PHPUnit
/
Util
/
Skeleton
/
Template
/
Filename :
TestClass.tpl.dist
back
Copy
<?php{namespace}{requireClassFile} /** * Test class for {className}. * Generated by PHPUnit on {date} at {time}. */ class {testClassName} extends {namespaceSeparator}PHPUnit_Framework_TestCase { /** * @var {className} */ protected $object; /** * Sets up the fixture, for example, opens a network connection. * This method is called before a test is executed. */ protected function setUp() { $this->object = new {className}; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } {methods}} ?>