Skip to content

Commit 3af52c5

Browse files
committed
Fixed covers statement and extends declaration
1 parent f076476 commit 3af52c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Kore/DataObject/DataObjectTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
namespace Kore\DataObject;
44

5-
class TestDataObject extends Struct {
5+
class TestDataObject extends DataObject {
66
public $property;
77
}
88

99
/**
10-
* @covers \Kagency\CouchdbEndpoint\DataObject
10+
* @covers \Kagency\DataObject\DataObject
1111
*/
1212
class DataObjectTest extends \PHPUnit_Framework_TestCase
1313
{

0 commit comments

Comments
 (0)