Skip to content

Commit

Permalink
Replaced defunct placeimg URL in unit test. (#97)
Browse files Browse the repository at this point in the history
Co-authored-by: joegl <[email protected]>
  • Loading branch information
joegl and joegl authored Oct 4, 2024
1 parent d695c02 commit 3afd1e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function testTranform() {
$migrate_executable = $this->createMock(MigrateExecutable::class);
$row = $this->createMock(Row::class);
$this->assertNull($plugin->transform('https://identity.stanford.edu/wp-content/uploads/sites/3/2020/07/block-s-right.png', $migrate_executable, $row, 'field_stuff'));
$this->assertNull($plugin->transform('https://placeimg.com/640/480/any', $migrate_executable, $row, 'field_stuff'));
$this->assertNull($plugin->transform('https://content.sites.stanford.edu/sites/g/files/sbiybj27591/files/media/image/placeholder.png', $migrate_executable, $row, 'field_stuff'));


$configuration = ['max_size' => '10MB'];
Expand Down

0 comments on commit 3afd1e0

Please sign in to comment.