-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Raise exception for update by an absent field name
It seems the exception "No field '<...>' defined" was not raised since introducing of named fields support in 31cf8a8 ('Next version of tarantool-php for php7'). There is the test for this case (DMLTest::test_08_update_error_nosuchfield), but it accepts any error message, because of a typo in an annotation name. Fixed this typo. The problem was found by this test when the annotation was replaced by a call in order to eliminate a phpunit-8 warning and to support phpunit-9. This change will land in a next commit.
- Loading branch information
1 parent
f913c46
commit b3846f6
Showing
2 changed files
with
10 additions
and
6 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