PHP Classes

File: Testlaunchers/Google/Query.php

Recommend this page to a friend!
  Classes of MARY Matthieu   Google_Query   Testlaunchers/Google/Query.php   Download  
File: Testlaunchers/Google/Query.php
Role: Unit test script
Content type: text/plain
Description: Launch unit test case Test_Google_Query
Class: Google_Query
Retrieve the count of results of Google query
Author: By
Last change:
Date: 16 years ago
Size: 401 bytes
 

Contents

Class file image Download
<?php
/**
 * $Id: Query.php 1559 2007-05-01 13:51:58Z matthieu $
 */
if (!defined('__CLASS_PATH__')) {
   
define('__CLASS_PATH__', realpath(dirname(__FILE__) . '/../../'));
}
require_once
__CLASS_PATH__ . '/Autoload.php';
/**
 * @author Matthieu MARY <matthieu@phplibrairies.com>
 * @package google
 * @subpackage unit_test_case
 */
$test = new Test_Google_Query();
$test->run(new TextReporter());
?>