mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 09:00:18 +01:00 
			
		
		
		
	namespace fix for BuiltIn
This commit is contained in:
		
							parent
							
								
									c40eb59219
								
							
						
					
					
						commit
						ebc90d0b2a
					
				@ -1,6 +1,6 @@
 | 
				
			|||||||
<?php
 | 
					<?php
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace MageTest\Command\BuildIn;
 | 
					namespace MageTest\Command\BuiltIn;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
use Mage\Command\BuiltIn\VersionCommand;
 | 
					use Mage\Command\BuiltIn\VersionCommand;
 | 
				
			||||||
use Mage\Console;
 | 
					use Mage\Console;
 | 
				
			||||||
@ -11,6 +11,9 @@ use PHPUnit_Framework_TestCase;
 | 
				
			|||||||
 */
 | 
					 */
 | 
				
			||||||
class VersionCommandTest extends PHPUnit_Framework_TestCase
 | 
					class VersionCommandTest extends PHPUnit_Framework_TestCase
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * @group 175
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
    public function testRun()
 | 
					    public function testRun()
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        $this->workAroundStatic();
 | 
					        $this->workAroundStatic();
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user