Skip to content

Commit 63a6013

Browse files
authored
Fix -x test file permissions (#103)
* Fix -x test file permissions * Rename non-html expected files to txt
1 parent f668301 commit 63a6013

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed

tests/SqlFormatterTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,19 +131,19 @@ public static function formatHighlightData(): Generator
131131
/** @return Generator<mixed[]> */
132132
public static function highlightCliData(): Generator
133133
{
134-
return self::fileDataProvider('clihighlight.html');
134+
return self::fileDataProvider('clihighlight.txt');
135135
}
136136

137137
/** @return Generator<mixed[]> */
138138
public static function formatData(): Generator
139139
{
140-
return self::fileDataProvider('format.html');
140+
return self::fileDataProvider('format.txt');
141141
}
142142

143143
/** @return Generator<mixed[]> */
144144
public static function compressData(): Generator
145145
{
146-
return self::fileDataProvider('compress.html');
146+
return self::fileDataProvider('compress.txt');
147147
}
148148

149149
/** @return Generator<mixed[]> */
File renamed without changes.
File renamed without changes.

tests/format-highlight.html

100755100644
File mode changed.
File renamed without changes.

tests/highlight.html

100755100644
File mode changed.

tests/sql.sql

100755100644
File mode changed.

0 commit comments

Comments
 (0)