[PR #7] [MERGED] Messed up last PR, here's a new one. #44

Closed
opened 2026-03-04 23:24:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/yswery/PHP-DNS-SERVER/pull/7
Author: @codenamegary
Created: 11/21/2014
Status: Merged
Merged: 11/22/2014
Merged by: @yswery

Base: masterHead: master


📝 Commits (6)

  • 735c73f Excluding IDE files from repo.
  • 99a43aa Adding more JSON storage provider tests.
  • fbcc3e5 Getting this out of the repo for now.
  • 4554ba3 Ignoring coverage report.
  • 26c77ab Added RecordTypeEnum test.
  • 4e17a6f Added missing RecordTypeEnum test.

📊 Changes

6 files changed (+119 additions, -54 deletions)

View changed files

📝 .gitignore (+2 -0)
📝 src/JsonStorageProvider.php (+3 -1)
📝 tests/JsonStorageProviderTest.php (+56 -1)
tests/RecordTypeEnumTest.php (+57 -0)
tests/clover.xml (+0 -52)
tests/invalid_dns_records.json (+1 -0)

📄 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/yswery/PHP-DNS-SERVER/pull/7 **Author:** [@codenamegary](https://github.com/codenamegary) **Created:** 11/21/2014 **Status:** ✅ Merged **Merged:** 11/22/2014 **Merged by:** [@yswery](https://github.com/yswery) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`735c73f`](https://github.com/yswery/PHP-DNS-SERVER/commit/735c73f41c482a99f3ccf9d307045fa5c1d19aae) Excluding IDE files from repo. - [`99a43aa`](https://github.com/yswery/PHP-DNS-SERVER/commit/99a43aa830c74351cad3404c0491f321830d5cc6) Adding more JSON storage provider tests. - [`fbcc3e5`](https://github.com/yswery/PHP-DNS-SERVER/commit/fbcc3e51135429525637d79538f95561c62096df) Getting this out of the repo for now. - [`4554ba3`](https://github.com/yswery/PHP-DNS-SERVER/commit/4554ba380579b808ac13fad1ecdf9455d493868b) Ignoring coverage report. - [`26c77ab`](https://github.com/yswery/PHP-DNS-SERVER/commit/26c77ab008833ca13a5c7cb48dd988911a7c8352) Added RecordTypeEnum test. - [`4e17a6f`](https://github.com/yswery/PHP-DNS-SERVER/commit/4e17a6f5105d6b7fa2252d94fa2060ea210427f0) Added missing RecordTypeEnum test. ### 📊 Changes **6 files changed** (+119 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) 📝 `src/JsonStorageProvider.php` (+3 -1) 📝 `tests/JsonStorageProviderTest.php` (+56 -1) ➕ `tests/RecordTypeEnumTest.php` (+57 -0) ➖ `tests/clover.xml` (+0 -52) ➕ `tests/invalid_dns_records.json` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 23:24:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/PHP-DNS-SERVER#44
No description provided.