Skip to content

petdance/tps-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TAP-Parser-SourceHandler-PHP

This SourceHandler allows the Perl test-running program "prove" to run PHP tests.

    prove \
        --source=PHP \
        --php-option=include_path=path/to/php/classes \
        --php-option=extension=.phpt \
        --ext=.phpt

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc TAP::Parser::SourceHandler::PHP

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=TAP-Parser-SourceHandler-PHP

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/TAP-Parser-SourceHandler-PHP

    CPAN Ratings
        http://cpanratings.perl.org/d/TAP-Parser-SourceHandler-PHP

    Search CPAN
        http://search.cpan.org/dist/TAP-Parser-SourceHandler-PHP/


LICENSE AND COPYRIGHT

Copyright (C) 2010 Andy Lester

This program is released under the Artistic License v2.0.

About

TAP::Parser::SourceHandler::PHP -- for running PHP tests under prove

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages