PHP Class Pyrech\ComposerChangelogs\tests\OperationHandler\UpdateHandlerTest

Inheritance: extends PHPUnit_Framework_TestCase
Mostrar archivo Open project: pyrech/composer-changelogs

Public Methods

Method Description
test_it_does_not_support_non_update_operation ( )
test_it_extracts_source_url ( )
test_it_gets_output_with_url_generator_no_supporting_compare_url ( )
test_it_gets_output_with_url_generator_no_supporting_release_url ( )
test_it_gets_output_with_url_generator_supporting_all_urls ( )
test_it_gets_output_without_url_generator ( )
test_it_supports_update_operation ( )
test_it_throws_exception_when_extracting_source_url_from_non_update_operation ( )
test_it_throws_exception_when_getting_output_from_non_update_operation ( )
test_it_uses_correct_action_name ( )

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

test_it_does_not_support_non_update_operation() public method

test_it_extracts_source_url() public method

test_it_gets_output_with_url_generator_no_supporting_compare_url() public method

test_it_gets_output_with_url_generator_no_supporting_release_url() public method

test_it_gets_output_with_url_generator_supporting_all_urls() public method

test_it_gets_output_without_url_generator() public method

test_it_supports_update_operation() public method

test_it_throws_exception_when_extracting_source_url_from_non_update_operation() public method

test_it_throws_exception_when_getting_output_from_non_update_operation() public method

test_it_uses_correct_action_name() public method