PHP Class Pyrech\ComposerChangelogs\tests\UrlGenerator\GitlabUrlGeneratorTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: pyrech/composer-changelogs

Public Methods

Method Description
test_it_does_not_generate_compare_urls_across_forks ( )
test_it_does_not_generate_compare_urls_for_unsupported_url ( )
test_it_does_not_generate_release_urls_for_dev_version ( )
test_it_does_not_support_non_gitlab_urls ( )
test_it_generates_compare_urls_with_dev_versions ( )
test_it_generates_compare_urls_with_or_without_git_extension_in_source_url ( )
test_it_generates_compare_urls_with_ssh_source_url ( )
test_it_generates_release_url_with_ssh_source_url ( )
test_it_generates_release_urls ( )
test_it_supports_gitlab_urls ( )

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

test_it_does_not_generate_compare_urls_across_forks() public method

test_it_does_not_generate_compare_urls_for_unsupported_url() public method

test_it_does_not_generate_release_urls_for_dev_version() public method

test_it_does_not_support_non_gitlab_urls() public method

test_it_generates_compare_urls_with_dev_versions() public method

test_it_generates_compare_urls_with_or_without_git_extension_in_source_url() public method

test_it_generates_compare_urls_with_ssh_source_url() public method

test_it_generates_release_url_with_ssh_source_url() public method

test_it_generates_release_urls() public method

test_it_supports_gitlab_urls() public method