22 lines
381 B
PHP
Executable File
22 lines
381 B
PHP
Executable File
<?php
|
|
|
|
/**
|
|
*
|
|
* Test class for Zend_View_Helper_Perfdata
|
|
* Created Thu, 24 Jan 2013 12:56:08 +0000
|
|
*
|
|
**/
|
|
class Zend_View_Helper_PerfdataTest extends \PHPUnit_Framework_TestCase
|
|
{
|
|
|
|
/**
|
|
* Test for Zend_View_Helper_Perfdata::Perfdata()
|
|
*
|
|
**/
|
|
public function testPerfdata()
|
|
{
|
|
$this->markTestIncomplete('testPerfdata is not implemented yet');
|
|
}
|
|
|
|
}
|