mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Optimized Actions, Tests and renamed LIST to THREAD out of php incompatibility reasons
This commit is contained in:
@@ -41,7 +41,7 @@ class RequestedActionTest extends TestCase
|
||||
|
||||
public function testList(): void
|
||||
{
|
||||
$list = ActionType::LIST;
|
||||
$list = ActionType::THREAD;
|
||||
$this->action->setActionType($list);
|
||||
$this->assertEquals($list, $this->action->getActionType());
|
||||
$this->assertEquals(CRUDType::READ, $this->requestedRight->getCrud());
|
||||
|
Reference in New Issue
Block a user