php-tuf / composer-integration

PHP-TUF Composer Plugin.
7 stars 5 forks source link

Remove make-fixture command in favor of on-the-fly generation #108

Closed phenaproxima closed 3 months ago

phenaproxima commented 3 months ago

As another step towards better maintainability, this removes the need to generate the fixture separately from running the tests. All functional tests (anything extending FunctionalTestBase) will now generate the same fixture in a temporary directory.