use strict;
use Test::More 'tests' => 3;
# Test.
my $obj = Data::Commons::Image->new(
'commons_name' => 'Michal from Czechia.jpg',
);
is($obj->url, undef, 'Get URL (undef - default value).');
# Test.
$obj = Data::Commons::Image->new(
'commons_name' => 'Michal from Czechia.jpg',
);