mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	minor annotation fixes
This commit is contained in:
		
							parent
							
								
									35aa80a82f
								
							
						
					
					
						commit
						7ffe04418c
					
				@ -6,12 +6,12 @@ use Mage\Task\Factory;
 | 
				
			|||||||
use PHPUnit_Framework_TestCase;
 | 
					use PHPUnit_Framework_TestCase;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @group MageTest_Task
 | 
					 | 
				
			||||||
 * @group MageTest_Task_Factory
 | 
					 * @group MageTest_Task_Factory
 | 
				
			||||||
 * @uses Mage\Task\AbstractTask
 | 
					 * @group MageTest_Task
 | 
				
			||||||
 * @covers Mage\Task\Factory
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * @group issue-176
 | 
					 * @group issue-176
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * @uses Mage\Task\AbstractTask
 | 
				
			||||||
 | 
					 * @coversDefaultClass Mage\Task\Factory
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
class FactoryTest extends PHPUnit_Framework_TestCase
 | 
					class FactoryTest extends PHPUnit_Framework_TestCase
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
@ -55,7 +55,7 @@ class FactoryTest extends PHPUnit_Framework_TestCase
 | 
				
			|||||||
            ->setMockClassName('MyTask')
 | 
					            ->setMockClassName('MyTask')
 | 
				
			||||||
            ->getMock();
 | 
					            ->getMock();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        /**
 | 
					        /*
 | 
				
			||||||
         * current workaround
 | 
					         * current workaround
 | 
				
			||||||
         * @link https://github.com/sebastianbergmann/phpunit-mock-objects/issues/134
 | 
					         * @link https://github.com/sebastianbergmann/phpunit-mock-objects/issues/134
 | 
				
			||||||
         */
 | 
					         */
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user