mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-26 01:35:57 +03:00
[PR #59] [CLOSED] fixes phpunit tests and support for yaml configurations #75
Labels
No labels
bug
enhancement
enhancement
hacktoberfest
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PHP-DNS-SERVER#75
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/yswery/PHP-DNS-SERVER/pull/59
Author: @ivanstan
Created: 9/10/2018
Status: ❌ Closed
Base:
master← Head:feature/yaml-resolver📝 Commits (4)
527c657fixes phpunit tests and support for yaml configurations161c052updated phpunit version160afd6changed phpunit version, removed travis for php 5.66e77cebupdated php-code-coverage📊 Changes
9 files changed (+72 additions, -23 deletions)
View changed files
📝
.travis.yml(+0 -1)📝
composer.json(+3 -3)📝
src/JsonResolver.php(+5 -5)➕
src/YamlResolver.php(+15 -0)📝
tests/JsonResolverTest.php(+12 -9)📝
tests/RecordTypeEnumTest.php(+7 -2)📝
tests/ServerTest.php(+4 -3)➕
tests/YamlResolverTest.php(+13 -0)➕
tests/test_records.yaml(+13 -0)📄 Description
For my taste yaml files are more suitable to hold dns records, so I made this YamlResolver that extends JsonResolver
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.