susanBuck / e2-fall22

0 stars 0 forks source link

undefined method assertGreaterThanOrEqual #51

Closed anc6314 closed 1 year ago

anc6314 commented 1 year ago

Hello,

I am in the process of writing the tests for the final project and following along with the video. However, this line (line 24 in PlayerPageCest.php) $I->assertGreaterThanOrEqual(3, $gameCount);

Throws this error when running the tests: [RuntimeException] Call to undefined method Tests\Support\AcceptanceTester::assertGreaterThanOrEqual

I've looked over the documentation from class and for Codeception and don't see this method documented for the AcceptanceTester object.

Any help would be much appreciated. Thank you!

anc6314 commented 1 year ago

Please ignore this. I figured out a line was missing in /tests/Acceptance.suite.yml

Thanks