Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test suite #3568

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Test suite #3568

wants to merge 18 commits into from

Commits on Nov 5, 2016

  1. Configuration menu
    Copy the full SHA
    49929a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1cdaf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b3ef3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0000e8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1e5ad5 View commit details
    Browse the repository at this point in the history
  6. Fix service command test (#2885)

    * Fix ServiceCommandTest
    
    * Added StringConverter, formGenerator, routeProvider
    dmouse committed Nov 5, 2016
    Configuration menu
    Copy the full SHA
    a5e08f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2016

  1. Configuration menu
    Copy the full SHA
    3c44d27 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. Rename test classes to match its subjects class' names. (#2891)

    * Rename and move tests classes to match class and package names
       of its subjects under test.
    * Add keys to the arrays in the data providers methods.
    MontealegreLuis authored and dmouse committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    f23b942 View commit details
    Browse the repository at this point in the history
  2. Move and rename the namespace of the Generators (#2902)

    * Rename and Move ConfigFormBaseCommandTest
    
    Rename GeneratorConfigFormBaseCommandTest.php located in Command and
    moved it to Generate as ConfigFormBaseCommandTest.php
    
    * Rename and move ControllerCommandTest
    
    Renamed GeneratorControllerCommandTest.php located in Command and moved
    it to Generate as ControllerCommandTest.php
    
    * Rename and move EntityCommandTest
    
    Renamed GeneratorEntityCommandTest.php located in Command and moved it
    to Generate as EntityCommandTest.php
    
    * Rename and move EntityConfigCommandTest
    
    Renamed GeneratorEntityConfigCommandTest.php located in Command and
    moved it to Generate as EntityConfigCommandTest.php
    
    * Rename and move EntityContentCommandTest
    
    Renamed GeneratorEntityContentCommandTest.php located in Command and
    moved it to Generate as EntityCommandCommandTest.php
    
    * Rename and move FormCommandTest
    
    Renamed GeneratorFormCommandTest.php located in Command and moved it to
    Generate as FormCommandTest.php
    
    * Rename and move ModuleCommandTest
    
    Renamed GeneratorModuleCommandTest.php located in Command and moved it
    to Generate as ModuleCommandTest.php
    
    * Rename PermissionCommandTest
    
    Renamed GeneratorPermissionCommandTest.php located in Command and moved
    it to Generate as PermissionCommandTest.php
    
    * Rename and move PluginBlockCommandTest
    
    Renamed GeneratorPluginBlockCommandTest.php located in Command and
    moved it to Generate as PluginBlockCommandTest.php
    
    * Rename and move PluginConditionCommandTest
    
    Renamed GeneratorPluginConditionCommandTest.php located in Command and
    moved it to Generate as PluginConditionCommandTest.php
    
    * Rename and move PluginFieldCommandTest
    
    Renamed GeneratorPluginFieldCommandTest.php located in Command and
    moved it to Generate as PluginFieldCommandTest.php
    
    * Rename PluginFieldFormatter
    
    Renamed GeneratorPluginFieldFormatterCommandTest.php located in Command
    and moved it to Generate as PluginFieldFormatterCommandTest.php
    
    * Rename and move PluginFieldTypeCommandTest
    
    Renamed GeneratorPluginFieldTypeCommandTest.php located in Command and
    moved it to Generate as PluginFieldTypeCommandTest.php
    
    * Rename and move PluginFieldWidget
    
    Renamed GeneratorPluginFieldWidgetCommandTest.php located in Command
    and moved it to Generate as ControllerPluginFieldWidgetTest.php
    
    * Rename and move PluginImageEffectCommandTest
    
    Renamed GeneratorPluginImageEffectCommandTest.php located in Command
    and moved it to Generate as PluginImageEffectCommandTest.php
    
    * Rename and move PluginImageFormatter
    
    Renamed GeneratorPluginImageFormatterCommandTest.php located in Command
    and moved it to Generate as PluginImageFormatterCommandTest.php
    
    * Rename and move PluginRestResourceCommandTest
    
    Renamed GeneratorPluginRestResourceCommandTest.php located in Command
    and moved it to Generate as PluginRestResourceCommandTest.php
    
    * Rename and move PluginRulesActionCommandTest
    
    Renamed GeneratorPluginRulesActionCommandTest.php located in Command
    and moved it to Generate as PluginRulesActionCommandTest.php
    
    * Rename and move PluginTypeAnnotationCommandTest
    
    Renamed GeneratorPluginTypeAnnotationCommandTest.php located in Command
    and moved it to Generate as PluginTypeAnnotationCommandTest.php
    
    * Rename and move PluginTypeYamlCommandTest
    
    Renamed GeneratorPluginTypeYamlCommandTest.php located in Command and
    moved it to Generate as PluginTypeYamlCommandTest.php
    
    * Corrected the namespace of PluginConditionCommandTest
    
    * Rename and move ThemeCommandTest
    
    Renamed GeneratorThemeCommandTest.php located in Command and moved it
    to Generate as ThemeCommandTest.php
    
    * Rename and move PluginTypeYaml
    
    Renamed GeneratorPluginTypeYamlCommandTest.php located in Command and
    moved it to Generate as PluginTypeYamlCommandTest.php
    
    * Fix the class erasing Generator
    esaucedof authored and dmouse committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    9bd1b23 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2016

  1. [Test] Fix GeneratorConfigFormBaseCommandTest (#2897)

    * Fix GeneratorConfigFormBaseCommandTest
    
    * Sorting parameters according to dependency injection
    
    * Removing obsolete code
    
    * Rewriting test according to last code refactoring
    
    * Rewriting test according to last code refactoring
    
    * Fix bug from last refactoring code
    hey-mx authored and dmouse committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    f3cbf07 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2016

  1. [Test] Fix EntityConfigCommandTest (#2923)

    * Add EntityConfigGenerator to the builder
    
    * Fix EntityConfigCommandTest
    esaucedof authored and jmolivas committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    6144139 View commit details
    Browse the repository at this point in the history
  2. [Test] Fix PermissionCommandTest (#2924)

    * Add PermissionGenerator to builder
    
    * Fix PermissionCommandTest
    
    * Corrected a misspelled
    esaucedof authored and jmolivas committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    4cefb0b View commit details
    Browse the repository at this point in the history
  3. [Test] Fix EntityCommandTest (#2925)

    * Add EntityConfigGenerator to builder
    
    * Fix EntityCommandTest
    esaucedof authored and jmolivas committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    931176c View commit details
    Browse the repository at this point in the history
  4. [Test] Fix EntityContentCommandTest (#2926)

    * Add EntityContentGenerator to builder
    
    * Fix EntityContentCommandTest
    esaucedof authored and jmolivas committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    1c41603 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2016

  1. Yo saucedo module command test (#3056)

    * Create GenerateCommanTest in Generate folder
    
    * Add ModuleGenerator to the builder
    
    * Add the necessary mocks that ModuleCommand need
    jmolivas committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    d1e19c6 View commit details
    Browse the repository at this point in the history
  2. [Test] Guidelines proposal to test the commands interactive mode. (#2972

    )
    
    * Rename test classes to match its subjects class' names.
    
    * Rename and move tests classes to match class and package names
       of its subjects under test.
    * Add keys to the arrays in the data providers methods.
    
    * Extract Questions object from AuthenticationProviderCommand.
    
    * Extract ConfirmGeneration object.
    
    * Do not modify the console input from the Questions object.
    
    * Add tests for interactive mode of AuthenticationProviderCommand.
    
    * Refactor AuthenticationProviderQuestions tests.
    
    * Refactor AuthenticationProviderCommand tests.
    
    * Remove unnecessary traits from command.
    
    * Refactor ConfirmGenerationTest.
    
    * Use the same convention for setup methods in tests.
    MontealegreLuis authored and jmolivas committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    03c8176 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2017

  1. Missing lines to make the previous test run (#3072)

    * .gitignore
    
    * Add the missing lines
    esaucedof authored and jmolivas committed Jan 7, 2017
    Configuration menu
    Copy the full SHA
    95fb3f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2017

  1. [Test] Fix ControllerComandTest (#3086)

    * .gitignore
    
    * Add the missing lines
    
    * Add the ControllerGenerator to a
    
    * Fix ControllerCommandTest
    esaucedof authored and jmolivas committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    17b2bb0 View commit details
    Browse the repository at this point in the history