Skip to content

Commit

Permalink
- Fixing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Nov 8, 2019
1 parent c19b20f commit c845223
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"nette/safe-stream" : "~2.3",
"nette/tester" : "~2.3",

"nette/security" : "~2.4",
"nette/http" : "~2.4",

"tracy/tracy" : "~2.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ use IPub\DoctrineDynamicDiscriminatorMap\Events;
use IPubTests\DoctrineDynamicDiscriminatorMap\Models;

require __DIR__ . '/../bootstrap.php';
require_once __DIR__ . '/models/PersonEntity.php';
require_once __DIR__ . '/models/StudentEntity.php';
require_once __DIR__ . '/models/TeacherEntity.php';
require_once __DIR__ . '/secondModels/PersonEntity.php';
require_once __DIR__ . '/secondModels/StudentEntity.php';
require_once __DIR__ . '/secondModels/SuperStudentEntity.php';

/**
* Using dynamic discriminator map functions tests
Expand Down

0 comments on commit c845223

Please sign in to comment.