mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02: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