We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7175255 commit 637419fCopy full SHA for 637419f
1 file changed
stack/questiontestresult.php
@@ -344,11 +344,6 @@ public function passed() {
344
if ($this->emptytestcase) {
345
return false;
346
}
347
- foreach ($this->get_input_states() as $state) {
348
- if ($state->errors !== "") {
349
- return false;
350
- }
351
352
foreach ($this->get_prt_states() as $state) {
353
if (!$state->testoutcome) {
354
0 commit comments