mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-26 01:35:57 +03:00
[PR #55] [MERGED] Server tests #72
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#72
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/55
Author: @samuelwilliams
Created: 9/7/2018
Status: ✅ Merged
Merged: 9/8/2018
Merged by: @samuelwilliams
Base:
master← Head:ServerTests📝 Commits (10+)
e38e3a9More tests on Server class.fbcbacbWrote test for ds_encode_type()48fe397Simplified TestServerProxy. Catch the ds_errorbefore dying.cc20d5fRemoved redundant if loop.cc9edf3Tests for ds_encode_type()1314de1Type hinting the constructor.c8add1cAdded more tests.3340231Fixed type decoding for MX records.fc918fdNew test for ds_encode_rr().85b80e9Correctly validate an IP address in ds_encode_type()📊 Changes
5 files changed (+297 additions, -42 deletions)
View changed files
📝
.travis.yml(+0 -1)📝
composer.json(+2 -2)📝
src/Server.php(+18 -20)📝
tests/ServerTest.php(+259 -4)📝
tests/TestServerProxy.php(+18 -15)📄 Description
Significantly expanded ServerTests. Some small improvements made to the Server class as a result. The requirements in composer and travis have been updated to remove PHP 5.5. This leaves the project on much stronger ground to implement future changes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.