mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 17:29:04 +00:00 
			
		
		
		
	Renamed function
This commit is contained in:
		| @@ -16,7 +16,6 @@ use App\Domain\SecureManagement\SecureRequestedRightCheckerInterface; | ||||
| use Symfony\Component\HttpFoundation\RequestStack; | ||||
| use App\Domain\RepositoryManagement\LayerRepositoryFactoryServiceInterface; | ||||
| use App\Domain\FormManagement\RequestedActionFormBuilderServiceInterface; | ||||
| use App\Form\Source\PureSourceType; | ||||
| use Symfony\Component\Form\FormBuilderInterface; | ||||
| use App\Form\Source\PureSourceTypeInterface; | ||||
|  | ||||
|   | ||||
| @@ -36,7 +36,7 @@ class AbstractActionTest extends TestCase | ||||
|                 return $this->isSecure; | ||||
|             } | ||||
|  | ||||
|             protected function isValidByForm(): bool | ||||
|             protected function isValid(): bool | ||||
|             { | ||||
|                 return $this->validByForm; | ||||
|             } | ||||
|   | ||||
| @@ -37,6 +37,5 @@ class RequestedActionFormBuilderServiceTest extends TestCase | ||||
|         //$this->assertTrue(method_exists($result, 'isValid')); | ||||
|         $this->assertEquals($formBuilder, $result); | ||||
|         $this->assertEquals($entityFormBuilderService->create($requestedAction), $entityFormBuilderService->createByService()); | ||||
|          | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user