ApiPlatform\Core\tests\Action\PlaceholderActionTest::testAction PHP Method

testAction() public method

public testAction ( )
    public function testAction()
    {
        $action = new PlaceholderAction();
        $expected = new \stdClass();
        $this->assertEquals($expected, $action($expected));
    }
PlaceholderActionTest