mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
codecept
This commit is contained in:
parent
202e2367d4
commit
94d43c2b76
2 changed files with 15 additions and 15 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<?php //[STAMP] 655f3852f47c53f31093f448f1b7f2c5
|
||||
<?php //[STAMP] 8226438e4d1a01d3ebb358f3af77c814
|
||||
|
||||
// This class was automatically generated by build task
|
||||
// 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
|
||||
* @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()));
|
||||
}
|
||||
|
||||
|
|
@ -1662,7 +1662,7 @@ class InstallTester extends \Codeception\Actor
|
|||
* Conditional Assertion: Test won't be stopped on fail
|
||||
* @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()));
|
||||
}
|
||||
/**
|
||||
|
|
@ -1682,7 +1682,7 @@ class InstallTester extends \Codeception\Actor
|
|||
* @return mixed
|
||||
* @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()));
|
||||
}
|
||||
|
||||
|
|
@ -1700,7 +1700,7 @@ class InstallTester extends \Codeception\Actor
|
|||
* Conditional Assertion: Test won't be stopped on fail
|
||||
* @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()));
|
||||
}
|
||||
/**
|
||||
|
|
@ -1715,7 +1715,7 @@ class InstallTester extends \Codeception\Actor
|
|||
* @return mixed
|
||||
* @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()));
|
||||
}
|
||||
|
||||
|
|
@ -1900,7 +1900,7 @@ class InstallTester extends \Codeception\Actor
|
|||
* Conditional Assertion: Test won't be stopped on fail
|
||||
* @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()));
|
||||
}
|
||||
/**
|
||||
|
|
@ -1920,7 +1920,7 @@ class InstallTester extends \Codeception\Actor
|
|||
* @return mixed
|
||||
* @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()));
|
||||
}
|
||||
|
||||
|
|
@ -1943,7 +1943,7 @@ class InstallTester extends \Codeception\Actor
|
|||
* Conditional Assertion: Test won't be stopped on fail
|
||||
* @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()));
|
||||
}
|
||||
/**
|
||||
|
|
@ -1963,7 +1963,7 @@ class InstallTester extends \Codeception\Actor
|
|||
* @return mixed
|
||||
* @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()));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue