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)
32
32
$ user = $ dbalConnection ->fetchOne ('SELECT id FROM user WHERE email = :email ' , ['email ' => 'fixture@fixture.test ' ]);
33
33
$ I ->assertNotFalse ($ user );
34
34
}
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
+ }
35
45
}
Original file line number Diff line number Diff line change 1
- <?php //[STAMP] efac700459e2b7caae8b963946103bb9
1
+ <?php //[STAMP] 2e00904c0bf7be59daddd1dfc51d2b6d
2
2
// phpcs:ignoreFile
3
3
namespace App \Tests \Support \_generated ;
4
4
You can’t perform that action at this time.
0 commit comments