mirror of
				https://github.com/Icinga/icingaweb2.git
				synced 2025-10-31 03:14:31 +01:00 
			
		
		
		
	Rename docs, tests and test/ui to doc, test and test/frontend to suite skeleton definition. refs #4212
		
			
				
	
	
		
			41 lines
		
	
	
		
			705 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			705 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
| <?php
 | |
| 
 | |
| namespace Tests\Icinga\Backend;
 | |
| /**
 | |
| *
 | |
| * Test class for Ido 
 | |
| * Created Wed, 16 Jan 2013 15:15:16 +0000 
 | |
| *
 | |
| **/
 | |
| class IdoTest extends \PHPUnit_Framework_TestCase
 | |
| {
 | |
| 
 | |
|     /**
 | |
|     * Test for Ido::Init() 
 | |
|     *
 | |
|     **/
 | |
|     public function testInit()
 | |
|     {
 | |
|         $this->markTestIncomplete('testInit is not implemented yet');
 | |
|     }
 | |
| 
 | |
|     /**
 | |
|     * Test for Ido::GetSummary() 
 | |
|     *
 | |
|     **/
 | |
|     public function testGetSummary()
 | |
|     {
 | |
|         $this->markTestIncomplete('testGetSummary is not implemented yet');
 | |
|     }
 | |
| 
 | |
|     /**
 | |
|     * Test for Ido::ListServices() 
 | |
|     *
 | |
|     **/
 | |
|     public function testListServices()
 | |
|     {
 | |
|         $this->markTestIncomplete('testListServices is not implemented yet');
 | |
|     }
 | |
| 
 | |
| }
 |