mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 09:00: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)
 | 
			
		||||
 * [#344] Allow to flag Filesystem tasks
 | 
			
		||||
 * [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->setOptions(['path' => 'composer']);
 | 
			
		||||
        $task->setRuntime($runtime);
 | 
			
		||||
        $this->assertEquals('[Composer] Self Update', $task->getDescription());
 | 
			
		||||
 | 
			
		||||
        try {
 | 
			
		||||
            $task->execute();
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user