mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-03 18:58:01 +00:00 
			
		
		
		
	Implemented functions for optimizing source.html.twig
This commit is contained in:
		@@ -30,7 +30,7 @@ class RequestedActionServiceIntegrationTest extends KernelTestCase
 | 
			
		||||
 | 
			
		||||
    public function testActionAccessors(): void
 | 
			
		||||
    {
 | 
			
		||||
        $actionType = ActionType::THREAD;
 | 
			
		||||
        $actionType = ActionType::EXECUTE;
 | 
			
		||||
        $this->assertNull($this->requestedActionService->setActionType($actionType));
 | 
			
		||||
        $this->assertEquals($actionType, $this->requestedActionService->getActionType());
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user