Renamed function

This commit is contained in:
Kevin Frantz
2019-02-12 16:47:37 +01:00
parent 6347308672
commit 5d4592e27c
12 changed files with 38 additions and 15 deletions

View File

@@ -36,7 +36,7 @@ class AbstractActionTest extends TestCase
return $this->isSecure;
}
protected function isValidByForm(): bool
protected function isValid(): bool
{
return $this->validByForm;
}