mediawiki-extensions-Echo/tests/phpunit/model
Thiemo Kreuz 5941ef476c Replace @expectedException with $this->expectException()
The @expectedException annotation got deprecated in PHPUnit 7.5, and
removed in PHPUnit 8.0. This was done because the annotation does have
two disadvantages:
* The class name is encoded in string, where it is not easy to find for
  all IDEs and tools.
* it did not allow to say exactly *when* the exception is expected.

Change-Id: I96862a18874f36355e817accd64d8703c1965c86
2019-02-19 20:54:15 +00:00
..
NotificationTest.php Replace @expectedException with $this->expectException() 2019-02-19 20:54:15 +00:00
TargetPageTest.php Replace @expectedException with $this->expectException() 2019-02-19 20:54:15 +00:00