mirror of
https://github.com/doctrine/DoctrineStaticWebsiteGeneratorBundle.git
synced 2026-03-24 00:32:21 +01:00
[PR #1] [MERGED] Add functional tests. #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:functional-test📝 Commits (2)
40c600fAdd functional tests.bcc75a9Add 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.