issues
search
rdlowrey
/
auryn
IoC Dependency Injector
MIT License
722
stars
65
forks
source link
Test enhancement
#182
Closed
peter279k
closed
5 years ago
peter279k
commented
5 years ago
Changed log
Using the
^4.8
PHPUnit version.
Using the class-based PHPUnit namespace to be compatible with latest stable PHPUnit version.
Using the
assertNull
to check whether the expected value is same as null.
Using the
expectedExceptionMessage
annotation to check whether the expected exception message is same as result.
kelunik
commented
5 years ago
Thanks!
Changed log
^4.8
PHPUnit version.assertNull
to check whether the expected value is same as null.expectedExceptionMessage
annotation to check whether the expected exception message is same as result.