forked from zendframework/zendframework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrected test assumption in View test
- JsonModel now sets "terminal" flag to true by default, which invalidated a test; test now explicity disables it. - JsonModel was missing an import for Zend\Json\Json, which was exposed when the test started working.
- Loading branch information
1 parent
1024928
commit 5178259
Showing
2 changed files
with
2 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ | |
namespace Zend\View\Model; | ||
|
||
use Traversable, | ||
Zend\Json\Json, | ||
Zend\Stdlib\ArrayUtils; | ||
|
||
/** | ||
|
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