Skip to content

Commit

Permalink
Replaced Codeception phar; rebuilt CD classes. Corrections to the Htt…
Browse files Browse the repository at this point in the history
…p tests
  • Loading branch information
niden committed Oct 30, 2014
1 parent bfa6465 commit 9647ec4
Show file tree
Hide file tree
Showing 7 changed files with 66 additions and 1,588 deletions.
Empty file modified codecept.phar
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion tests/PhalconTest/Http/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function isAjax()

public function isSoapRequested()
{
return parent::isSoapRequest();
return parent::isSoapRequested();
}

public function isSecureRequest()
Expand Down
2 changes: 2 additions & 0 deletions tests/_bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
ROOT_PATH . PATH_SEPARATOR . get_include_path()
);

// \Codeception\Specify\Config::setDeepClone(false);

// Register the autoloader
spl_autoload_register('phalconTestAutoloader');

Expand Down
7 changes: 0 additions & 7 deletions tests/acceptance.suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,3 @@
# If you need both WebDriver and PHPBrowser tests - create a separate suite.

class_name: AcceptanceTester
modules:
enabled:
- PhpBrowser
- AcceptanceHelper
config:
PhpBrowser:
url: 'http://localhost/myapp/'
Loading

0 comments on commit 9647ec4

Please sign in to comment.