mirror of
https://github.com/antonioribeiro/google2fa.git
synced 2026-04-25 08:05:49 +03:00
[PR #88] [CLOSED] Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase #616
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/google2fa#616
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/antonioribeiro/google2fa/pull/88
Author: @carusogabriel
Created: 11/11/2017
Status: ❌ Closed
Base:
master← Head:phpunit📝 Commits (1)
1050ef7Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase📊 Changes
2 files changed (+3 additions, -2 deletions)
View changed files
📝
composer.json(+1 -1)📝
tests/Google2FATest.php(+2 -1)📄 Description
I use the
PHPUnit\Framework\TestCasenotation instead ofPHPUnit_Framework_TestCasewhile extending our TestCase. This will help us migrate to PHPUnit 6, that no longer support snake case class names.I just need to bump PHPUnit version to
^4.8.35, that support this namespace.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.