PHP 클래스 Visualphpunit\Api\Action\Archive

저자: Johannes Skov Frandsen ([email protected])
상속: extends Action
파일 보기 프로젝트 열기: visualphpunit/visualphpunit

공개 메소드들

메소드 설명
index ( Request $request, Silex\Application $app ) : Response Get archived test suites
suite ( integer $id, Request $request, Silex\Application $app ) : Response Get archived test suite

비공개 메소드들

메소드 설명
parse ( mixed[] $suites ) : string[][] | boolean[][] | NULL[][] Parse list of suites

메소드 상세

index() 공개 메소드

Get all archived test suites
public index ( Request $request, Silex\Application $app ) : Response
$request Symfony\Component\HttpFoundation\Request
$app Silex\Application
리턴 Symfony\Component\HttpFoundation\Response

suite() 공개 메소드

Get archived test suite data
public suite ( integer $id, Request $request, Silex\Application $app ) : Response
$id integer
$request Symfony\Component\HttpFoundation\Request
$app Silex\Application
리턴 Symfony\Component\HttpFoundation\Response