UnitTester::assertGreaterThen PHP Method

assertGreaterThen() public method

[!] Method is generated. Documentation taken from corresponding module.
See also: Codeception\Module\Asserts::assertGreaterThen()
Deprecation:
public assertGreaterThen ( $expected, $actual, $message = null )
    public function assertGreaterThen($expected, $actual, $message = null)
    {
        return $this->scenario->runStep(new \Codeception\Step\Action('assertGreaterThen', func_get_args()));
    }