@@ -49,7 +49,7 @@ protected function skipIfVersionNotCompatible(Version $version, string $binary):
49
49
* @requires OSFAMILY Windows
50
50
* @dataProvider versionsDataProvider
51
51
*/
52
- public function testWin32PlatformWithoutContext (Version $ version ): void
52
+ public function testWindowsBinaryCompatibility (Version $ version ): void
53
53
{
54
54
if (!\is_file ($ binary = __DIR__ . '/storage/SDL2.dll ' )) {
55
55
Downloader::zip ('https://www.libsdl.org/release/SDL2-%s-win32-x64.zip ' , [
@@ -66,7 +66,7 @@ public function testWin32PlatformWithoutContext(Version $version): void
66
66
* @requires OSFAMILY Linux
67
67
* @dataProvider versionsDataProvider
68
68
*/
69
- public function testLinuxPlatformWithoutContext (Version $ version ): void
69
+ public function testLinuxBinaryCompatibility (Version $ version ): void
70
70
{
71
71
if (($ binary = Locator::resolve ('libSDL2-2.0.so.0 ' )) === null ) {
72
72
$ this ->markTestSkipped ('The [libsdl] library must be installed ' );
@@ -80,7 +80,7 @@ public function testLinuxPlatformWithoutContext(Version $version): void
80
80
* @requires OSFAMILY Darwin
81
81
* @dataProvider versionsDataProvider
82
82
*/
83
- public function testDarwinPlatformWithoutContext (Version $ version ): void
83
+ public function testDarwinBinaryCompatibility (Version $ version ): void
84
84
{
85
85
if (($ binary = Locator::resolve ('libSDL2-2.0.0.dylib ' )) === null ) {
86
86
$ this ->markTestSkipped ('The [libsdl] library must be installed ' );
0 commit comments