Split Importer class into Versions and Importer.
The main class is now called Versions and it handles the generation of @since and @new tags. The actual importing work gets done by Importer class, which we now mock out when testing the Versions class logic - no more testing of private methods.
Loading
Please register or sign in to comment