Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests/SqlFormatterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,19 +131,19 @@ public static function formatHighlightData(): Generator
/** @return Generator<mixed[]> */
public static function highlightCliData(): Generator
{
return self::fileDataProvider('clihighlight.html');
return self::fileDataProvider('clihighlight.txt');
}

/** @return Generator<mixed[]> */
public static function formatData(): Generator
{
return self::fileDataProvider('format.html');
return self::fileDataProvider('format.txt');
}

/** @return Generator<mixed[]> */
public static function compressData(): Generator
{
return self::fileDataProvider('compress.html');
return self::fileDataProvider('compress.txt');
}

/** @return Generator<mixed[]> */
Expand Down
File renamed without changes.
File renamed without changes.
Empty file modified tests/format-highlight.html
100755 → 100644
Empty file.
File renamed without changes.
Empty file modified tests/highlight.html
100755 → 100644
Empty file.
Empty file modified tests/sql.sql
100755 → 100644
Empty file.