CodeView

PHPUnit test harness for Komodo

print_debug_output.php

<?php
 
    /**
     * @author  Michael Heim
     * @link    http://www.zeilenwechsel.de/
     * @version 1.0.0
     * @license http://www.zeilenwechsel.de/it/code/browse/komodo-phpunit-harness/prod/license.txt
     */
 
    /**
     * Run the harness with a fake test. 
     */
 
    require_once( dirname( dirname( __file__ ) ) . '/tools/bootstrap.php' );
 
    $dummy_test  = INTEGRATION_TEST_RESOURCE_DIR . '/FatalErrorTst.php';
 
    require_once( KO_TASKS_DIR . '/ko_debug.php' );
 
?>