mirror of
https://github.com/spatie/dnsrecords.io.git
synced 2026-04-27 08:25:57 +03:00
[PR #35] [MERGED] Improve tests #43
Labels
No labels
bug
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnsrecords.io#43
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/spatie/dnsrecords.io/pull/35
Author: @brendt
Created: 11/2/2017
Status: ✅ Merged
Merged: 11/6/2017
Merged by: @freekmurze
Base:
master← Head:improve-tests📝 Commits (8)
36ec263Add support for DNS lookup of . (root)cf4283ePrefer the POST command over the GET commanda80bb55Add extra helper method to read flash message and allow for sending commands on a specified URL80f4eaeAdd ClearTestc5846d4Add IpTestd0c86b9Add ManualTestd53221fAdd DoomTest689a4bfMerge 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.