]> BookStack Code Mirror - bookstack/blob - tests/Exports/ZipExportTest.php
ZIP Export: Expanded page & added base attachment handling
[bookstack] / tests / Exports / ZipExportTest.php
1 <?php
2
3 namespace Tests\Exports;
4
5 use BookStack\Entities\Models\Book;
6 use Tests\TestCase;
7
8 class ZipExportTest extends TestCase
9 {
10     public function test_page_export()
11     {
12         $page = $this->entities->page();
13         // TODO
14     }
15 }