mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-04 03:07:58 +00:00 
			
		
		
		
	Implemented functions for optimizing source.html.twig
This commit is contained in:
		@@ -49,7 +49,7 @@ class RequestedActionTest extends TestCase
 | 
			
		||||
 | 
			
		||||
    public function testList(): void
 | 
			
		||||
    {
 | 
			
		||||
        $list = ActionType::THREAD;
 | 
			
		||||
        $list = ActionType::EXECUTE;
 | 
			
		||||
        $this->action->setActionType($list);
 | 
			
		||||
        $this->assertEquals($list, $this->action->getActionType());
 | 
			
		||||
        $this->assertEquals(CRUDType::READ, $this->requestedRight->getCrud());
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user