File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ protected function tearDown(): void
3535 }
3636
3737 /**
38- * @covers UGComponents\Event\EventEmitter::off
38+ * @covers UGComponents\Event\EventEmitter::unbind
3939 * @covers UGComponents\Event\EventEmitter::removeObserversByEvent
4040 * @covers UGComponents\Event\EventEmitter::removeObserversByCallback
4141 */
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ public function testSetTitle()
221221 }
222222
223223 /**
224- * @covers UGComponents\IO\Response::addValidation
224+ * @covers UGComponents\IO\Response::invalidate
225225 */
226226 public function testAddValidation ()
227227 {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ protected function tearDown(): void
3232 }
3333
3434 /**
35- * @covers UGComponents\Package\Exception ::forFileNotFound
35+ * @covers UGComponents\Package\PackageException ::forFileNotFound
3636 */
3737 public function testForFileNotFound ()
3838 {
@@ -48,7 +48,7 @@ public function testForFileNotFound()
4848 }
4949
5050 /**
51- * @covers UGComponents\Package\Exception ::forFolderNotFound
51+ * @covers UGComponents\Package\PackageException ::forFolderNotFound
5252 */
5353 public function testForFolderNotFound ()
5454 {
@@ -64,7 +64,7 @@ public function testForFolderNotFound()
6464 }
6565
6666 /**
67- * @covers UGComponents\Package\Exception ::forMethodNotFound
67+ * @covers UGComponents\Package\PackageException ::forMethodNotFound
6868 */
6969 public function testForMethodNotFound ()
7070 {
@@ -80,7 +80,7 @@ public function testForMethodNotFound()
8080 }
8181
8282 /**
83- * @covers UGComponents\Package\Exception ::forPackageNotFound
83+ * @covers UGComponents\Package\PackageException ::forPackageNotFound
8484 */
8585 public function testForPackageNotFound ()
8686 {
You can’t perform that action at this time.
0 commit comments