File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 bootstrap =" ./vendor/autoload.php"
99 cacheDirectory =" .phpunit.cache"
1010 backupStaticProperties =" false"
11+
12+ displayDetailsOnTestsThatTriggerErrors =" true"
13+ displayDetailsOnTestsThatTriggerDeprecations =" true"
14+ displayDetailsOnTestsThatTriggerWarnings =" true"
15+ displayDetailsOnTestsThatTriggerNotices =" true"
16+ displayDetailsOnPhpunitDeprecations =" true"
17+ displayDetailsOnIncompleteTests =" true"
18+ displayDetailsOnPhpunitNotices =" true"
19+ displayDetailsOnSkippedTests =" true"
1120>
1221 <testsuites >
1322 <testsuite name =" Test Suite" >
Original file line number Diff line number Diff line change 33namespace SoureCode \Bundle \Unit \Tests \Doctrine ;
44
55use App \Entity \Goal ;
6+ use Doctrine \ORM \EntityRepository ;
67use SoureCode \Bundle \Unit \Model \Metric \Length \Meter ;
78use Doctrine \ORM \EntityManagerInterface ;
89use Doctrine \ORM \Tools \SchemaTool ;
1112
1213final class TypesTest extends AbstractKernelTestCase
1314{
15+ private EntityRepository $ repository ;
16+
17+ private EntityManagerInterface $ entityManager ;
18+
1419 protected function setUp (): void
1520 {
1621 $ container = self ::getContainer ();
You can’t perform that action at this time.
0 commit comments