Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 66e53fb

Browse filesBrowse files
[String] fix test
1 parent 6f206c5 commit 66e53fb
Copy full SHA for 66e53fb

1 file changed

-3Lines changed: 0 additions & 3 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/Symfony/Component/String/Tests/LazyStringTest.php‎

Copy file name to clipboardExpand all lines: src/Symfony/Component/String/Tests/LazyStringTest.php
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,5 @@ public function testIsNotStringable()
107107
$this->assertFalse(LazyString::isStringable([]));
108108
$this->assertFalse(LazyString::isStringable(STDIN));
109109
$this->assertFalse(LazyString::isStringable(new \StdClass()));
110-
if (\PHP_VERSION_ID < 80000) {
111-
$this->assertFalse(LazyString::isStringable(@eval('return new class() {private function __toString() {}};')));
112-
}
113110
}
114111
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.