9 lines
178 B
PHP
9 lines
178 B
PHP
|
<?php
|
||
|
return array(
|
||
|
'test_url' => 'http://www.egscomics.com/index.php?id=1690',
|
||
|
'title' => '/html/head/title',
|
||
|
'body' => array(
|
||
|
'//img[@id="comic"]'
|
||
|
)
|
||
|
);
|