File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 - master
88 - develop
99 - dev/*
10- - testing
1110 pull_request : # Run tests when pull requests are made on these branches in your repo
1211 branches :
1312 - main
1817jobs :
1918 call-tests :
2019 name : Extension tests
21- uses : iMattPro /test-framework/.github/workflows/tests.yml@fixes
20+ uses : phpbb-extensions /test-framework/.github/workflows/tests.yml@master
2221 with :
2322 EXTNAME : phpbb/pwakit # Your extension vendor/package name
2423 CODECOV : 1 # Run code coverage via codecov? 1 or 0
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ public function manifest_updates(data $event): void
7777 // Prepare manifest updates array
7878 $ manifest_updates = [];
7979
80+ // TODO This may need to be removed if manifest goes stateless (no user/session)
8081 // Add theme and background colors if configured
8182 if (!empty ($ this ->user ->style ['pwa_theme_color ' ]))
8283 {
You can’t perform that action at this time.
0 commit comments