1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00
invoiceninja/tests/Feature/PdfMaker
Benjamin Beganović 50c37a8719 Update logic to support only one dynamic design class:
- New Design.php class that will act as master template
- PdfMaker->design() now accepts design object instead of string
- PdfMaker: Skip elements if no id|tag provided
- PdfMaker: 'content' property is now optional
- config/ninja.php now contains base_path for templates
- Refactored tests to be :green: ✔
- Removed PdfMakerDesignsTest since content is same for each template now
2020-09-04 10:18:41 +02:00
..
example-design.html Fixes for tests 2020-08-27 08:41:38 +02:00
ExampleDesign.php Implement getting raw HTML out of sections 2020-08-11 17:19:52 +02:00
ExampleIntegrationTest.php Update logic to support only one dynamic design class: 2020-09-04 10:18:41 +02:00
PdfMakerTest.php Update logic to support only one dynamic design class: 2020-09-04 10:18:41 +02:00