PHP Class spec\Spatie\Geocoder\Google\GeocoderSpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: spatie/geocoder

Public Methods

Method Description
it_is_initializable ( )
it_should_return_coordinates_when_called ( )
it_should_return_data_translated_in_english_when_called_without_language_and_region_parameters ( )
it_should_return_data_translated_in_italian_when_called_with_language_and_region_parameters_setted_to_it ( )
it_should_return_false_when_called_with_empty_query ( )
it_should_return_not_found_when_called_with_an_unknown_location ( )
let ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_return_coordinates_when_called() public method

it_should_return_data_translated_in_english_when_called_without_language_and_region_parameters() public method

it_should_return_data_translated_in_italian_when_called_with_language_and_region_parameters_setted_to_it() public method

it_should_return_false_when_called_with_empty_query() public method

it_should_return_not_found_when_called_with_an_unknown_location() public method

let() public method

public let ( )