File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -32,4 +32,14 @@ public function keepDoctrineDbalConnection(FunctionalTester $I)
3232 $ user = $ dbalConnection ->fetchOne ('SELECT id FROM user WHERE email = :email ' , ['email ' => 'fixture@fixture.test ' ]);
3333 $ I ->assertNotFalse ($ user );
3434 }
35+
36+ /**
37+ * @see https://github.com/Codeception/module-symfony/pull/185
38+ */
39+ public function ensureFragmentsAreIgnored (FunctionalTester $ I )
40+ {
41+ $ I ->amOnPage ('/register#content ' );
42+ $ I ->seeInCurrentRoute ('app_register ' );
43+ $ I ->seeCurrentRouteIs ('app_register ' );
44+ }
3545}
Original file line number Diff line number Diff line change 1- <?php //[STAMP] efac700459e2b7caae8b963946103bb9
1+ <?php //[STAMP] 2e00904c0bf7be59daddd1dfc51d2b6d
22// phpcs:ignoreFile
33namespace App \Tests \Support \_generated ;
44
You can’t perform that action at this time.
0 commit comments