Korrektur der Schreibweise.

This commit is contained in:
2021-04-06 10:41:40 +02:00
parent 123f5eef81
commit 20fec2dc07
2 changed files with 7 additions and 6 deletions
@@ -28,6 +28,7 @@ class WorkingHoursRepositoryTest extends Unit
protected function _before(): void
{
/** @noinspection SpellCheckingInspection */
$this->pdoObject = new PDO('pgsql:host=psql.torsten-hettstedt.net;port=5432;dbname=testdb;user=bruce;password=mypass');
parent::_before();
}