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] 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