AlexanderAllen / panettone

A lightweight PHP type generator for Open API (formerly Swagger)
GNU General Public License v3.0
1 stars 0 forks source link

Export Nette objects into filesystem #18

Closed AlexanderAllen closed 5 months ago

AlexanderAllen commented 5 months ago

Currently all types generated by Panettone only live briefly in memory as part of the unit testing. The virtual type generation is maturing and reaching an MVP state.

Develop the new code for exporting the generated Nette objects into physical PHP files.

Will need brand new unit tests for coverage.

AlexanderAllen commented 5 months ago

MVP for exporting Nette objects into PHP files delivered in #25. Unit test is under test/unit/PanDeAgua.