Development

Changeset 6940

You must first sign up to be able to contribute.

Changeset 6940

Show
Ignore:
Timestamp:
01/05/08 13:07:09 (8 months ago)
Author:
fabien
Message:

refactored prove.php

Files:

Legend:

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

    r6939 r6940  
    3838$h->register(sfFinder::type('file')->name('*Test.php')->in(array_merge( 
    3939  // unit tests 
    40   array($h->base_dir.'/unit/validator'), 
    41 //  glob($h->base_dir.'/../lib/plugins/*/test/unit'), 
     40  array($h->base_dir.'/unit'), 
     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