PHP Class Nwidart\Modules\tests\NameParserTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: nwidart/laravel-modules

Public Methods

Method Description
it_can_check_if_current_migration_is_about_adding ( )
it_can_check_if_current_migration_is_about_creating ( )
it_can_check_if_current_migration_is_about_deleting ( )
it_can_check_if_current_migration_is_about_dropping ( )
it_can_check_if_current_migration_type_matches_given_type ( )
it_gets_first_part_of_name_if_no_action_was_guessed ( )
it_gets_the_action_name ( )
it_gets_the_correct_matched_results ( )
it_gets_the_exploded_parts_of_migration_name ( )
it_gets_the_original_name ( )
it_gets_the_table_name ( )
it_makes_a_regex_pattern ( )

Method Details

it_can_check_if_current_migration_is_about_adding() public method

it_can_check_if_current_migration_is_about_creating() public method

it_can_check_if_current_migration_is_about_deleting() public method

it_can_check_if_current_migration_is_about_dropping() public method

it_can_check_if_current_migration_type_matches_given_type() public method

it_gets_first_part_of_name_if_no_action_was_guessed() public method

it_gets_the_action_name() public method

it_gets_the_correct_matched_results() public method

it_gets_the_exploded_parts_of_migration_name() public method

it_gets_the_original_name() public method

it_gets_the_table_name() public method

it_makes_a_regex_pattern() public method