mirror of
https://github.com/Intervention/image.git
synced 2025-08-23 14:02:47 +02:00
Implement Driver::version() (#1417)
This commit is contained in:
@@ -206,4 +206,9 @@ final class DriverTest extends BaseTestCase
|
||||
yield [false, 'foo'];
|
||||
yield [false, ''];
|
||||
}
|
||||
|
||||
public function testVersion(): void
|
||||
{
|
||||
$this->assertTrue(is_string($this->driver->version()));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user