Skip to content

Commit 80dfa75

Browse files
author
Christian Blanquera
committed
updating tests
1 parent ea8fab5 commit 80dfa75

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

test/Event/EventEmitter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/

test/IO/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

test/Package/PackageException.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)