mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	[Nostromo] Improve coverage
This commit is contained in:
		
							parent
							
								
									9d6163669a
								
							
						
					
					
						commit
						b45d85c030
					
				@ -1,7 +1,7 @@
 | 
				
			|||||||
CHANGELOG for 3.x
 | 
					CHANGELOG for 3.X
 | 
				
			||||||
=================
 | 
					=================
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* 3.0.X (2017-XX-XX)
 | 
					* 3.X (2017-XX-XX)
 | 
				
			||||||
 * Add new Composer task, to update phar (composer/self-update)
 | 
					 * Add new Composer task, to update phar (composer/self-update)
 | 
				
			||||||
 * [#344] Allow to flag Filesystem tasks
 | 
					 * [#344] Allow to flag Filesystem tasks
 | 
				
			||||||
 * [PR#346] Add new File System task, to change file's modes (fs/chmod)
 | 
					 * [PR#346] Add new File System task, to change file's modes (fs/chmod)
 | 
				
			||||||
 | 
				
			|||||||
@ -19,6 +19,7 @@ class SelfUpdateTaskTest extends TestCase
 | 
				
			|||||||
        $task = new SelfUpdateTask();
 | 
					        $task = new SelfUpdateTask();
 | 
				
			||||||
        $task->setOptions(['path' => 'composer']);
 | 
					        $task->setOptions(['path' => 'composer']);
 | 
				
			||||||
        $task->setRuntime($runtime);
 | 
					        $task->setRuntime($runtime);
 | 
				
			||||||
 | 
					        $this->assertEquals('[Composer] Self Update', $task->getDescription());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        try {
 | 
					        try {
 | 
				
			||||||
            $task->execute();
 | 
					            $task->execute();
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user