Skip to content

Commit ac4f531

Browse files
committed
removed old code
1 parent f3b000a commit ac4f531

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/AbstractTestCase.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ public function assertString($string1, $string2)
3232
*/
3333
protected function assertEmbed($url, array $info, array $config = [])
3434
{
35-
if (getenv('embed_resolver')) {
36-
$config['resolver'] = ['class' => 'Embed\\RequestResolvers\\'.getenv('embed_resolver')];
37-
}
38-
3935
$i = Embed::create($url, $config);
4036

4137
foreach ($info as $name => $value) {

0 commit comments

Comments
 (0)