Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 2e6719f

Browse files
DreddyIDavertMik
authored andcommitted
fix #13 (#14)
1 parent 0c1c817 commit 2e6719f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Constraint/Page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class Page extends \PHPUnit\Framework\Constraint\Constraint
77
{
88
protected $uri;
9-
private $string;
9+
protected $string;
1010

1111
public function __construct($string, $uri = '')
1212
{

0 commit comments

Comments
 (0)