File tree Expand file tree Collapse file tree 5 files changed +0
-12
lines changed
Expand file tree Collapse file tree 5 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 44
55use PhpSchool \PhpWorkshop \ExerciseDispatcher ;
66use PhpSchool \PhpWorkshop \ExerciseRepository ;
7- use PhpSchool \PhpWorkshop \ExerciseRunner ;
87use PhpSchool \PhpWorkshop \Output \OutputInterface ;
9- use PhpSchool \PhpWorkshop \ResultRenderer \ResultsRenderer ;
108use PhpSchool \PhpWorkshop \UserState ;
119use PhpSchool \PhpWorkshop \UserStateSerializer ;
1210
Original file line number Diff line number Diff line change 22
33namespace PhpSchool \PhpWorkshop ;
44
5- use Assert \Assertion ;
6- use PhpSchool \PhpWorkshop \Check \CheckCollection ;
75use PhpSchool \PhpWorkshop \Check \CheckInterface ;
86use PhpSchool \PhpWorkshop \Check \CheckRepository ;
97use PhpSchool \PhpWorkshop \Check \ListenableCheckInterface ;
1614use PhpSchool \PhpWorkshop \Exercise \ExerciseInterface ;
1715use PhpSchool \PhpWorkshop \Factory \RunnerFactory ;
1816use PhpSchool \PhpWorkshop \Output \OutputInterface ;
19- use Symfony \Component \Process \Process ;
2017
2118/**
2219 * This class is used to verify/run a student's solution to an exercise. It routes to the correct
Original file line number Diff line number Diff line change 22
33namespace PhpSchool \PhpWorkshop \ExerciseRunner ;
44
5- use PhpSchool \PhpWorkshop \Event \CliEvent ;
65use PhpSchool \PhpWorkshop \Event \CliExecuteEvent ;
76use PhpSchool \PhpWorkshop \Event \Event ;
87use PhpSchool \PhpWorkshop \Event \EventDispatcher ;
98use PhpSchool \PhpWorkshop \Exception \CodeExecutionException ;
109use PhpSchool \PhpWorkshop \Exception \SolutionExecutionException ;
1110use PhpSchool \PhpWorkshop \Exercise \CliExercise ;
12- use PhpSchool \PhpWorkshop \Exercise \ExerciseInterface ;
13- use PhpSchool \PhpWorkshop \Exercise \ExerciseType ;
14- use PhpSchool \PhpWorkshop \ExerciseCheck \StdOutExerciseCheck ;
1511use PhpSchool \PhpWorkshop \Output \OutputInterface ;
1612use PhpSchool \PhpWorkshop \Result \Failure ;
1713use PhpSchool \PhpWorkshop \Result \ResultInterface ;
Original file line number Diff line number Diff line change 55use Colors \Color ;
66use PhpSchool \CliMenu \Terminal \TerminalInterface ;
77use Psr \Http \Message \RequestInterface ;
8- use Zend \Diactoros \Request ;
98
109/**
1110 * Class StdOutput
Original file line number Diff line number Diff line change 33namespace PhpSchool \PhpWorkshop \ExerciseRunner ;
44
55use Colors \Color ;
6- use InvalidArgumentException ;
76use PhpSchool \CliMenu \Terminal \TerminalInterface ;
87use PhpSchool \PhpWorkshop \Event \EventDispatcher ;
98use PhpSchool \PhpWorkshop \Exception \SolutionExecutionException ;
109use PhpSchool \PhpWorkshop \Exercise \ExerciseType ;
11- use PhpSchool \PhpWorkshop \Output \OutputInterface ;
1210use PhpSchool \PhpWorkshop \Output \StdOutput ;
1311use PhpSchool \PhpWorkshop \Result \CgiOutRequestFailure ;
1412use PhpSchool \PhpWorkshop \Result \CgiOutResult ;
You can’t perform that action at this time.
0 commit comments