| 1 | <?php |
||
| 21 | class PluginTest extends \PHPUnit_Framework_TestCase |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @var Plugin |
||
| 25 | */ |
||
| 26 | protected $object; |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Sets up the fixture, for example, opens a network connection. |
||
| 30 | * This method is called before a test is executed. |
||
| 31 | */ |
||
| 32 | protected function setUp() |
||
| 36 | |||
| 37 | /** |
||
| 38 | * Tears down the fixture, for example, closes a network connection. |
||
| 39 | * This method is called after a test is executed. |
||
| 40 | */ |
||
| 41 | protected function tearDown() |
||
| 44 | |||
| 45 | public function testConstructor() |
||
| 51 | } |
||
| 52 |