ApiPlatform\Core\tests\Action\PlaceholderActionTest::testAction PHP 메소드

testAction() 공개 메소드

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