Login   Register  
PHP Classes
elePHPant
Icontem

File: Testlaunchers/Google/AdvancedQuery.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of MARY Matthieu  >  Google_Query  >  Testlaunchers/Google/AdvancedQuery.php  >  Download  
File: Testlaunchers/Google/AdvancedQuery.php
Role: Unit test script
Content type: text/plain
Description: Launch unit test case Test_Google_AdvancedQuery
Class: Google_Query
Retrieve the count of results of Google query
Author: By
Last change:
Date: 2007-06-24 03:10
Size: 417 bytes
 

Contents

Class file image Download
<?php
/**
 * $Id: AdvancedQuery.php 1625 2007-05-11 17:51:54Z 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_AdvancedQuery();
$test->run(new TextReporter());
?>