Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions tests/Functional/IssuesCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,14 @@ public function keepDoctrineDbalConnection(FunctionalTester $I)
$user = $dbalConnection->fetchOne('SELECT id FROM user WHERE email = :email', ['email' => '[email protected]']);
$I->assertNotFalse($user);
}

/**
* @see https://github.com/Codeception/module-symfony/pull/185
*/
public function ensureFragmentsAreIgnored(FunctionalTester $I)
{
$I->amOnPage('/register#content');
$I->seeInCurrentRoute('app_register');
$I->seeCurrentRouteIs('app_register');
}
}
2 changes: 1 addition & 1 deletion tests/Support/_generated/FunctionalTesterActions.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php //[STAMP] efac700459e2b7caae8b963946103bb9
<?php //[STAMP] 2e00904c0bf7be59daddd1dfc51d2b6d
// phpcs:ignoreFile
namespace App\Tests\Support\_generated;

Expand Down