This commit is contained in:
bnu 2015-08-07 14:15:18 +09:00
parent 202e2367d4
commit 94d43c2b76
2 changed files with 15 additions and 15 deletions

View file

@ -1,4 +1,4 @@
<?php //[STAMP] 655f3852f47c53f31093f448f1b7f2c5 <?php //[STAMP] 8226438e4d1a01d3ebb358f3af77c814
// This class was automatically generated by build task // This class was automatically generated by build task
// You should not change it manually as it will be overwritten on next build // You should not change it manually as it will be overwritten on next build
@ -1639,7 +1639,7 @@ class InstallTester extends \Codeception\Actor
* @return mixed * @return mixed
* @see \Codeception\Lib\InnerBrowser::grabCookie() * @see \Codeception\Lib\InnerBrowser::grabCookie()
*/ */
public function grabCookie($name, $params = null) { public function grabCookie($cookie, $params = null) {
return $this->scenario->runStep(new \Codeception\Step\Action('grabCookie', func_get_args())); return $this->scenario->runStep(new \Codeception\Step\Action('grabCookie', func_get_args()));
} }
@ -1662,7 +1662,7 @@ class InstallTester extends \Codeception\Actor
* Conditional Assertion: Test won't be stopped on fail * Conditional Assertion: Test won't be stopped on fail
* @see \Codeception\Lib\InnerBrowser::seeCookie() * @see \Codeception\Lib\InnerBrowser::seeCookie()
*/ */
public function canSeeCookie($name, $params = null) { public function canSeeCookie($cookie, $params = null) {
return $this->scenario->runStep(new \Codeception\Step\ConditionalAssertion('seeCookie', func_get_args())); return $this->scenario->runStep(new \Codeception\Step\ConditionalAssertion('seeCookie', func_get_args()));
} }
/** /**
@ -1682,7 +1682,7 @@ class InstallTester extends \Codeception\Actor
* @return mixed * @return mixed
* @see \Codeception\Lib\InnerBrowser::seeCookie() * @see \Codeception\Lib\InnerBrowser::seeCookie()
*/ */
public function seeCookie($name, $params = null) { public function seeCookie($cookie, $params = null) {
return $this->scenario->runStep(new \Codeception\Step\Assertion('seeCookie', func_get_args())); return $this->scenario->runStep(new \Codeception\Step\Assertion('seeCookie', func_get_args()));
} }
@ -1700,7 +1700,7 @@ class InstallTester extends \Codeception\Actor
* Conditional Assertion: Test won't be stopped on fail * Conditional Assertion: Test won't be stopped on fail
* @see \Codeception\Lib\InnerBrowser::dontSeeCookie() * @see \Codeception\Lib\InnerBrowser::dontSeeCookie()
*/ */
public function cantSeeCookie($name, $params = null) { public function cantSeeCookie($cookie, $params = null) {
return $this->scenario->runStep(new \Codeception\Step\ConditionalAssertion('dontSeeCookie', func_get_args())); return $this->scenario->runStep(new \Codeception\Step\ConditionalAssertion('dontSeeCookie', func_get_args()));
} }
/** /**
@ -1715,7 +1715,7 @@ class InstallTester extends \Codeception\Actor
* @return mixed * @return mixed
* @see \Codeception\Lib\InnerBrowser::dontSeeCookie() * @see \Codeception\Lib\InnerBrowser::dontSeeCookie()
*/ */
public function dontSeeCookie($name, $params = null) { public function dontSeeCookie($cookie, $params = null) {
return $this->scenario->runStep(new \Codeception\Step\Assertion('dontSeeCookie', func_get_args())); return $this->scenario->runStep(new \Codeception\Step\Assertion('dontSeeCookie', func_get_args()));
} }
@ -1900,7 +1900,7 @@ class InstallTester extends \Codeception\Actor
* Conditional Assertion: Test won't be stopped on fail * Conditional Assertion: Test won't be stopped on fail
* @see \Codeception\Lib\InnerBrowser::seeOptionIsSelected() * @see \Codeception\Lib\InnerBrowser::seeOptionIsSelected()
*/ */
public function canSeeOptionIsSelected($select, $optionText) { public function canSeeOptionIsSelected($selector, $optionText) {
return $this->scenario->runStep(new \Codeception\Step\ConditionalAssertion('seeOptionIsSelected', func_get_args())); return $this->scenario->runStep(new \Codeception\Step\ConditionalAssertion('seeOptionIsSelected', func_get_args()));
} }
/** /**
@ -1920,7 +1920,7 @@ class InstallTester extends \Codeception\Actor
* @return mixed * @return mixed
* @see \Codeception\Lib\InnerBrowser::seeOptionIsSelected() * @see \Codeception\Lib\InnerBrowser::seeOptionIsSelected()
*/ */
public function seeOptionIsSelected($select, $optionText) { public function seeOptionIsSelected($selector, $optionText) {
return $this->scenario->runStep(new \Codeception\Step\Assertion('seeOptionIsSelected', func_get_args())); return $this->scenario->runStep(new \Codeception\Step\Assertion('seeOptionIsSelected', func_get_args()));
} }
@ -1943,7 +1943,7 @@ class InstallTester extends \Codeception\Actor
* Conditional Assertion: Test won't be stopped on fail * Conditional Assertion: Test won't be stopped on fail
* @see \Codeception\Lib\InnerBrowser::dontSeeOptionIsSelected() * @see \Codeception\Lib\InnerBrowser::dontSeeOptionIsSelected()
*/ */
public function cantSeeOptionIsSelected($select, $optionText) { public function cantSeeOptionIsSelected($selector, $optionText) {
return $this->scenario->runStep(new \Codeception\Step\ConditionalAssertion('dontSeeOptionIsSelected', func_get_args())); return $this->scenario->runStep(new \Codeception\Step\ConditionalAssertion('dontSeeOptionIsSelected', func_get_args()));
} }
/** /**
@ -1963,7 +1963,7 @@ class InstallTester extends \Codeception\Actor
* @return mixed * @return mixed
* @see \Codeception\Lib\InnerBrowser::dontSeeOptionIsSelected() * @see \Codeception\Lib\InnerBrowser::dontSeeOptionIsSelected()
*/ */
public function dontSeeOptionIsSelected($select, $optionText) { public function dontSeeOptionIsSelected($selector, $optionText) {
return $this->scenario->runStep(new \Codeception\Step\Assertion('dontSeeOptionIsSelected', func_get_args())); return $this->scenario->runStep(new \Codeception\Step\Assertion('dontSeeOptionIsSelected', func_get_args()));
} }

View file

@ -1,4 +1,4 @@
<?php //[STAMP] bd6b55949e6a72559e6ee503e29432bb <?php //[STAMP] 3dec2fc1382a9643e3c2a5f6e95c8413
// This class was automatically generated by build task // This class was automatically generated by build task
// You should not change it manually as it will be overwritten on next build // You should not change it manually as it will be overwritten on next build
@ -93,7 +93,7 @@ class UnitTester extends \Codeception\Actor
/** /**
* [!] Method is generated. Documentation taken from corresponding module. * [!] Method is generated. Documentation taken from corresponding module.
* *
* Checks that expected is greater than actual * Checks that actual is greater than expected
* *
* @param $expected * @param $expected
* @param $actual * @param $actual
@ -119,7 +119,7 @@ class UnitTester extends \Codeception\Actor
/** /**
* [!] Method is generated. Documentation taken from corresponding module. * [!] Method is generated. Documentation taken from corresponding module.
* *
* Checks that expected is greater or equal than actual * Checks that actual is greater or equal than expected
* *
* @param $expected * @param $expected
* @param $actual * @param $actual
@ -145,7 +145,7 @@ class UnitTester extends \Codeception\Actor
/** /**
* [!] Method is generated. Documentation taken from corresponding module. * [!] Method is generated. Documentation taken from corresponding module.
* *
* Checks that expected is less than actual * Checks that actual is less than expected
* *
* @param $expected * @param $expected
* @param $actual * @param $actual
@ -160,7 +160,7 @@ class UnitTester extends \Codeception\Actor
/** /**
* [!] Method is generated. Documentation taken from corresponding module. * [!] Method is generated. Documentation taken from corresponding module.
* *
* Checks that expected is less or equal than actual * Checks that actual is less or equal than expected
* *
* @param $expected * @param $expected
* @param $actual * @param $actual