Add Doctrine\Tests in composer autoload#401
Add Doctrine\Tests in composer autoload#401cedriclombardot wants to merge 1 commit intodoctrine:masterfrom cedriclombardot:patch-1
Conversation
|
Bad idea, use a bootstrap.php file instead that can add it to the autoloader object returned from requireing the autoload.php file. |
|
@cedriclombardot the test suite is not designed to be re-used. I'd not allow this... |
|
The problem is that i use the DriverMock here : https://github.com/cedriclombardot/AdmingeneratorGeneratorBundle/blob/master/Tests/QueryFilter/DoctrineQueryFilterTest.php#L17. What's the good way ? A related pr : https://github.com/cedriclombardot/AdmingeneratorGeneratorBundle/pull/185/files |
|
@cedriclombardot you actually shouldn't reuse tests of the suite, since no stability is guaranteed. The |
|
Thanks |
|
@cedriclombardot the Tests folder is not public API, please don't rely on it and copy paste the code. |
No description provided.