Development

Changeset 6939

You must first sign up to be able to contribute.

Changeset 6939

Show
Ignore:
Timestamp:
01/05/08 13:06:58 (2 years ago)
Author:
fabien
Message:

refactored prove.php

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/test/bin/prove.php

    r6938 r6939  
    3838$h->register(sfFinder::type('file')->name('*Test.php')->in(array_merge( 
    3939  // unit tests 
    40   array($h->base_dir.'/unit'), 
    41   glob($h->base_dir.'/../lib/plugins/*/test/unit'), 
     40  array($h->base_dir.'/unit/validator'), 
     41//  glob($h->base_dir.'/../lib/plugins/*/test/unit'), 
    4242 
    4343  // functional tests 
    44   array($h->base_dir.'/functional'), 
    45   glob($h->base_dir.'/../lib/plugins/*/test/functional'), 
     44//  array($h->base_dir.'/functional'), 
     45//  glob($h->base_dir.'/../lib/plugins/*/test/functional'), 
    4646 
    4747  // other tests 
    48   array($h->base_dir.'/other') 
     48//  array($h->base_dir.'/other') 
    4949))); 
    5050 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.