[PR #1] [MERGED] Add functional tests. #1

Closed
opened 2026-01-23 11:34:26 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/DoctrineStaticWebsiteGeneratorBundle/pull/1
Author: @jwage
Created: 10/18/2018
Status: Merged
Merged: 10/18/2018
Merged by: @jwage

Base: masterHead: functional-test


📝 Commits (2)

  • 40c600f Add functional tests.
  • bcc75a9 Add scrutinizer and travis configs.

📊 Changes

19 files changed (+779 additions, -44 deletions)

View changed files

📝 .gitignore (+3 -0)
.scrutinizer.yml (+29 -0)
.travis.yml (+50 -0)
📝 Resources/config/services.xml (+61 -36)
Tests/App/config/config.yml (+43 -0)
Tests/App/source/index.md (+12 -0)
Tests/App/src/AppKernel.php (+55 -0)
Tests/App/src/Controller/UserController.php (+35 -0)
Tests/App/src/DataSources/Users.php (+21 -0)
Tests/App/src/Models/User.php (+34 -0)
Tests/App/src/Repositories/UserRepository.php (+19 -0)
Tests/App/src/Requests/UserRequests.php (+37 -0)
Tests/App/templates/layouts/default.html.twig (+8 -0)
Tests/App/templates/user.html.twig (+1 -0)
Tests/FunctionalTest.php (+77 -0)
📝 composer.json (+4 -2)
📝 composer.lock (+285 -5)
📝 phpcs.xml.dist (+3 -0)
📝 phpstan.neon.dist (+2 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/DoctrineStaticWebsiteGeneratorBundle/pull/1 **Author:** [@jwage](https://github.com/jwage) **Created:** 10/18/2018 **Status:** ✅ Merged **Merged:** 10/18/2018 **Merged by:** [@jwage](https://github.com/jwage) **Base:** `master` ← **Head:** `functional-test` --- ### 📝 Commits (2) - [`40c600f`](https://github.com/doctrine/DoctrineStaticWebsiteGeneratorBundle/commit/40c600f140e1b93de38b383309a63fa1f6a1240e) Add functional tests. - [`bcc75a9`](https://github.com/doctrine/DoctrineStaticWebsiteGeneratorBundle/commit/bcc75a95e0c03d7f8bf3b166eb2ec35caf137092) Add scrutinizer and travis configs. ### 📊 Changes **19 files changed** (+779 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) ➕ `.scrutinizer.yml` (+29 -0) ➕ `.travis.yml` (+50 -0) 📝 `Resources/config/services.xml` (+61 -36) ➕ `Tests/App/config/config.yml` (+43 -0) ➕ `Tests/App/source/index.md` (+12 -0) ➕ `Tests/App/src/AppKernel.php` (+55 -0) ➕ `Tests/App/src/Controller/UserController.php` (+35 -0) ➕ `Tests/App/src/DataSources/Users.php` (+21 -0) ➕ `Tests/App/src/Models/User.php` (+34 -0) ➕ `Tests/App/src/Repositories/UserRepository.php` (+19 -0) ➕ `Tests/App/src/Requests/UserRequests.php` (+37 -0) ➕ `Tests/App/templates/layouts/default.html.twig` (+8 -0) ➕ `Tests/App/templates/user.html.twig` (+1 -0) ➕ `Tests/FunctionalTest.php` (+77 -0) 📝 `composer.json` (+4 -2) 📝 `composer.lock` (+285 -5) 📝 `phpcs.xml.dist` (+3 -0) 📝 `phpstan.neon.dist` (+2 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-23 11:34:26 +01:00
admin closed this issue 2026-01-23 11:34:26 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/DoctrineStaticWebsiteGeneratorBundle#1