Skip to content

Commit 9c8aaf8

Browse files
committed
Add missing file
1 parent 970c271 commit 9c8aaf8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/extra/StringObject.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
3+
namespace Test;
4+
5+
class StringObject
6+
{
7+
public function __toString()
8+
{
9+
return 'Stringed';
10+
}
11+
}

0 commit comments

Comments
 (0)