This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since zend-progressbar is updated, it was time to test if the progressbar tests could run. The first hurdle was getting extensions installed; the second was discovering the tests as written could not work. To fix that, I separated them into discrete APC and UploadProgress tests. From there, I attempted to install the extensions and run each. As it turns out APC is uninstallable starting in PHP 5.5, so the APC tests cannot run regardless. I decided not to remove the support for now, on the off chance that people have figured out a workaround. The UploadProgress tests, however, required changes to the mock adapter to allow forcing error situations to occur. I can now verify they actually run and pass.
- Loading branch information
1 parent
4c0fbc7
commit 91ed961
Showing
5 changed files
with
66 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters