mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 17:29:04 +00:00 
			
		
		
		
	Renamed method to a more speaking name
This commit is contained in:
		| @@ -118,11 +118,11 @@ class ActionServiceTest extends TestCase | ||||
|         $this->assertEquals($request, $result); | ||||
|     } | ||||
|  | ||||
|     public function testGetForm(): void | ||||
|     public function testGetCurrentFormBuilder(): void | ||||
|     { | ||||
|         $form = $this->createMock(FormBuilderInterface::class); | ||||
|         $this->requestedActionFormBuilderService->method('createByService')->willReturn($form); | ||||
|         $result = $this->actionService->getForm(); | ||||
|         $result = $this->actionService->getCurrentFormBuilder(); | ||||
|         $this->assertEquals($form, $result); | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user