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
		
	
	
		
			631 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			631 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
| <?php
 | |
| 
 | |
| /**
 | |
| *
 | |
| * Test class for Zend_View_Helper_Timesince 
 | |
| * Created Wed, 16 Jan 2013 15:15:14 +0000 
 | |
| *
 | |
| **/
 | |
| class Zend_View_Helper_TimesinceTest extends \PHPUnit_Framework_TestCase
 | |
| {
 | |
| 
 | |
|     /**
 | |
|     * Test for Zend_View_Helper_TimeSince::TimeSince() 
 | |
|     *
 | |
|     **/
 | |
|     public function testTimeSince()
 | |
|     {
 | |
|         $this->markTestIncomplete('testTimeSince is not implemented yet');
 | |
|     }
 | |
| 
 | |
|     /**
 | |
|     * Test for Zend_View_Helper_TimeSince::ShowHourMin() 
 | |
|     * Note: This method is static! 
 | |
|     *
 | |
|     **/
 | |
|     public function testShowHourMin()
 | |
|     {
 | |
|         $this->markTestIncomplete('testShowHourMin is not implemented yet');
 | |
|     }
 | |
| 
 | |
| }
 |