Skip to content

Commit 2e26d72

Browse files
Update ChangeLog.
1 parent 1332640 commit 2e26d72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ChangeLog.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ PHPUnit 3.5.6
77
-------------
88

99
* Fixed GH-87: Fatal error when calling `isPublic()` on dynamically created variable.
10+
* Properly marked `assertType()` and `assertNotType()` as well as `assertAttributeType()` and `assertAttributeNotType()` as deprecated. These assertions will removed in PHPUnit 3.6 and should no longer be used. `assertInternalType()` should be used for asserting internal types such as `integer` or `string` whereas `assertInstanceOf()` should be used for asserting that an object is an instance of a specified class or interface.
1011

1112
PHPUnit 3.5.5
1213
-------------

0 commit comments

Comments
 (0)