PHP Class Pyrech\ComposerChangelogs\tests\ChangelogsPluginTest

Inheritance: extends PHPUnit_Framework_TestCase
ファイルを表示 Open project: pyrech/composer-changelogs

Public Methods

Method Description
test_events_are_handled ( )
test_it_commits_with_always_option ( )
test_it_commits_with_custom_commit_message ( )
test_it_commits_with_default_commit_message ( )
test_it_is_registered_and_activated ( )
test_it_receives_event ( )

Protected Methods

Method Description
setUp ( )
tearDown ( )

Private Methods

Method Description
addComposerPlugin ( Composer\Plugin\PluginInterface $plugin )
cleanTempDir ( ) Completely remove the temp dir and its content if it exists.
getUpdateOperation ( ) : Composer\DependencyResolver\Operation\UpdateOperation

Method Details

setUp() protected method

protected setUp ( )

tearDown() protected method

protected tearDown ( )

test_events_are_handled() public method

test_it_commits_with_always_option() public method

test_it_commits_with_custom_commit_message() public method

test_it_commits_with_default_commit_message() public method

test_it_is_registered_and_activated() public method

test_it_receives_event() public method