diff --git a/tests/Codeception/Acceptance/PaymentsAvailableCest.php b/tests/Codeception/Acceptance/PaymentsAvailableCest.php index 607dea9..54a8337 100644 --- a/tests/Codeception/Acceptance/PaymentsAvailableCest.php +++ b/tests/Codeception/Acceptance/PaymentsAvailableCest.php @@ -20,7 +20,8 @@ public function checkPayments(AcceptanceTester $I): void { $I->amGoingTo("Check if Telecash payments is available"); $I->openShop(); - $I->wantTo("current dir is " . __DIR__); + $I->comment("current dir is " . __DIR__); + var_dump(__DIR__); $I->assertTrue(true); } }