mirror of
				https://github.com/Icinga/icingaweb2.git
				synced 2025-10-31 11:24:51 +01:00 
			
		
		
		
	Rename docs, tests and test/ui to doc, test and test/frontend to suite skeleton definition. refs #4212
		
			
				
	
	
		
			32 lines
		
	
	
		
			721 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			721 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
| <?php
 | |
| 
 | |
| /**
 | |
| *
 | |
| * Test class for Zend_View_Helper_Renderserviceperfdata 
 | |
| * Created Thu, 24 Jan 2013 12:56:08 +0000 
 | |
| *
 | |
| **/
 | |
| class Zend_View_Helper_RenderserviceperfdataTest extends \PHPUnit_Framework_TestCase
 | |
| {
 | |
| 
 | |
|     /**
 | |
|     * Test for Zend_View_Helper_RenderServicePerfdata::RenderServicePerfdata() 
 | |
|     *
 | |
|     **/
 | |
|     public function testRenderServicePerfdata()
 | |
|     {
 | |
|         $this->markTestIncomplete('testRenderServicePerfdata is not implemented yet');
 | |
|     }
 | |
| 
 | |
|     /**
 | |
|     * Test for Zend_View_Helper_RenderServicePerfdata::RenderDiskPie() 
 | |
|     * Note: This method is static! 
 | |
|     *
 | |
|     **/
 | |
|     public function testRenderDiskPie()
 | |
|     {
 | |
|         $this->markTestIncomplete('testRenderDiskPie is not implemented yet');
 | |
|     }
 | |
| 
 | |
| }
 |