Skip to content

Commit

Permalink
refs #6100: updating tests for SDC, now using a png thumbnail instead…
Browse files Browse the repository at this point in the history
… of jpg.
  • Loading branch information
PierrePaul committed Oct 29, 2024
1 parent 84bdbac commit 8e7e643
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/functional/Generator/SingleDirectoryComponentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function testGenerator(): void {
• components/bar/bar.js
• components/bar/bar.twig
• components/bar/README.md
• components/bar/thumbnail.jpg
• components/bar/thumbnail.png

TXT;
$this->assertDisplay($expected_display);
Expand All @@ -111,7 +111,7 @@ public function testGenerator(): void {
$this->assertGeneratedFile('components/bar/bar.js');
$this->assertGeneratedFile('components/bar/bar.twig');
$this->assertGeneratedFile('components/bar/README.md');
$this->assertGeneratedFile('components/bar/thumbnail.jpg');
$this->assertGeneratedFile('components/bar/thumbnail.png');
}

}
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8e7e643

Please sign in to comment.