Skip to content

Commit

Permalink
[#13648] - Skipping a test
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed May 15, 2019
1 parent 6133522 commit 3a2ce89
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
7 changes: 2 additions & 5 deletions tests/cli/Cli/Console/RegisterModulesCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,8 @@ public function cliConsoleRegisterModules(CliTester $I)
/**
* Tests Phalcon\Cli\Console :: registerModules() - bad path throws exception
*
* @author Phalcon Team <team@phalconphp.com>
* @since 2018-11-13
*
* @author Nathan Edwards <https://github.com/npfedwards>
* @since 2018-26-12
* @author Sid Roberts <sid@sidroberts.co.uk>
* @since 2019-05-15
*/
public function cliConsoleRegisterModulesBadPathThrowsAnException(CliTester $I)
{
Expand Down
11 changes: 10 additions & 1 deletion tests/integration/Mvc/Application/RegisterModulesCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,17 @@ function () use ($view) {
);
}

public function badPathThrowsAnException(IntegrationTester $I)
/**
* Tests Phalcon\Mvc\Application :: registerModules() - bad path throws exception
*
* @author Sid Roberts <sid@sidroberts.co.uk>
* @since 2019-05-15
*/
public function mvcApplicationRegisterModulesBadPathThrowsAnException(IntegrationTester $I)
{
$I->wantToTest("Mvc\Application - registerModules() - bad path throws exception");
$I->skipTest('This needs to be checked');

Di::reset();

$di = new FactoryDefault();
Expand Down

0 comments on commit 3a2ce89

Please sign in to comment.