Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev 230721 #74

Merged
merged 38 commits into from
Jan 20, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
a
  • Loading branch information
mondrake committed Jan 20, 2024
commit 872b3dcf59b219e1dcbe3070a8c5523cc16899c0
2 changes: 1 addition & 1 deletion tests/MediaFilesTest.php
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ public function tearDown(): void
parent::tearDown();
}

public function mediaFileProvider()
public static function mediaFileProvider()
{
$finder = new Finder();
$finder->files()->in(dirname(__FILE__) . '/media-dumps/image')->name('*.dump.yml');
2 changes: 1 addition & 1 deletion tests/ReadWriteTest.php
Original file line number Diff line number Diff line change
@@ -100,7 +100,7 @@ public function testWriteRead(array $entries)
}
}

public function writeEntryProvider()
public static function writeEntryProvider()
{
return [
'Byte Read/Write Tests' => [
2 changes: 1 addition & 1 deletion tests/SpecTest.php
Original file line number Diff line number Diff line change
@@ -111,7 +111,7 @@ public function testGetTagText($expected_text, $expected_class, $parent_collecti
/**
* Data provider for testGetTagText.
*/
public function getTagTextProvider()
public static function getTagTextProvider()
{
return [
'IFD0/PlanarConfiguration - value 1' => [