[PR #35] [MERGED] Improve tests #43

Closed
opened 2026-02-27 23:20:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spatie/dnsrecords.io/pull/35
Author: @brendt
Created: 11/2/2017
Status: Merged
Merged: 11/6/2017
Merged by: @freekmurze

Base: masterHead: improve-tests


📝 Commits (8)

  • 36ec263 Add support for DNS lookup of . (root)
  • cf4283e Prefer the POST command over the GET command
  • a80bb55 Add extra helper method to read flash message and allow for sending commands on a specified URL
  • 80f4eae Add ClearTest
  • c5846d4 Add IpTest
  • d0c86b9 Add ManualTest
  • d53221f Add DoomTest
  • 689a4bf Merge branch 'master' into improve-tests

📊 Changes

5 files changed (+84 additions, -2 deletions)

View changed files

tests/Feature/ClearTest.php (+16 -0)
tests/Feature/DoomTest.php (+16 -0)
tests/Feature/IpTest.php (+18 -0)
tests/Feature/ManualTest.php (+22 -0)
📝 tests/TestCase.php (+12 -2)

📄 Description

This PR adds tests for all commands.


🔄 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/spatie/dnsrecords.io/pull/35 **Author:** [@brendt](https://github.com/brendt) **Created:** 11/2/2017 **Status:** ✅ Merged **Merged:** 11/6/2017 **Merged by:** [@freekmurze](https://github.com/freekmurze) **Base:** `master` ← **Head:** `improve-tests` --- ### 📝 Commits (8) - [`36ec263`](https://github.com/spatie/dnsrecords.io/commit/36ec26387e644b08ea61d0247755062a1d9d1155) Add support for DNS lookup of . (root) - [`cf4283e`](https://github.com/spatie/dnsrecords.io/commit/cf4283e43bcbdd2aaf6dc06363d24be52e3e20a1) Prefer the POST command over the GET command - [`a80bb55`](https://github.com/spatie/dnsrecords.io/commit/a80bb55a53a60f9c0cc6b66d4c8f2a6b3f8c7d45) Add extra helper method to read flash message and allow for sending commands on a specified URL - [`80f4eae`](https://github.com/spatie/dnsrecords.io/commit/80f4eaef5371da9ca2c3eb4d549f01361078f3a4) Add ClearTest - [`c5846d4`](https://github.com/spatie/dnsrecords.io/commit/c5846d49939b45535f884a923f5ddae6f2c09db9) Add IpTest - [`d0c86b9`](https://github.com/spatie/dnsrecords.io/commit/d0c86b9c49dbf935871627b379c8368ef8e4137a) Add ManualTest - [`d53221f`](https://github.com/spatie/dnsrecords.io/commit/d53221f59550011e802413d3fcb863e274861ea4) Add DoomTest - [`689a4bf`](https://github.com/spatie/dnsrecords.io/commit/689a4bf6bb9746ac0b9baec2f08989f72a39a5aa) Merge branch 'master' into improve-tests ### 📊 Changes **5 files changed** (+84 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `tests/Feature/ClearTest.php` (+16 -0) ➕ `tests/Feature/DoomTest.php` (+16 -0) ➕ `tests/Feature/IpTest.php` (+18 -0) ➕ `tests/Feature/ManualTest.php` (+22 -0) 📝 `tests/TestCase.php` (+12 -2) </details> ### 📄 Description This PR adds tests for all commands. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 23:20:11 +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/dnsrecords.io#43
No description provided.