Skip to content

Commit

Permalink
Clean permission mess
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Miskech authored and Jakub Miskech committed May 27, 2020
1 parent 820f97a commit 9871239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file modified src/Xlsx/Write.php
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions tests/MainTest.php
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ public function testSetWrongTmpDirectory(): void {
public function testCreateWriteCsv(): void {
$this->assertInstanceOf(
\Yakub\Yxel\Csv\Write::class,
Main::write('test', Main::CSV)
Main::write('test-write-csv', Main::CSV)
);
}

public function testCreateWriteXlsx(): void {
$this->assertInstanceOf(
\Yakub\Yxel\Xlsx\Write::class,
Main::write('test-xlsx', Main::XLSX)
Main::write('test-write-xlsx', Main::XLSX)
);
}

Expand Down

0 comments on commit 9871239

Please sign in to comment.