mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-16 01:39:58 +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] bd6b55949e6a72559e6ee503e29432bb
|
||||
<?php //[STAMP] 3dec2fc1382a9643e3c2a5f6e95c8413
|
||||
|
||||
// This class was automatically generated by build task
|
||||
// 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.
|
||||
*
|
||||
* Checks that expected is greater than actual
|
||||
* Checks that actual is greater than expected
|
||||
*
|
||||
* @param $expected
|
||||
* @param $actual
|
||||
|
|
@ -119,7 +119,7 @@ class UnitTester extends \Codeception\Actor
|
|||
/**
|
||||
* [!] 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 $actual
|
||||
|
|
@ -145,7 +145,7 @@ class UnitTester extends \Codeception\Actor
|
|||
/**
|
||||
* [!] 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 $actual
|
||||
|
|
@ -160,7 +160,7 @@ class UnitTester extends \Codeception\Actor
|
|||
/**
|
||||
* [!] 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 $actual
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue