Bu File phpunit testi nasıl kullanılır "PHPUnit_Framework_TestCase uzatmak"

0 Cevap php

Bu dosya Test o phpunit gerektiren ve i phpunit yüklü, ama kullanmak biliyorum Yüklü:

 <?php 
    # -*- compile-command: (concat "phpunit " buffer-file-name) -*-
    require_once 'PHPUnit/Framework.php';
    require_once 'common.php';

    class Authentication extends PHPUnit_Framework_TestCase{
    ........
    }
    ?>

Bu kılavuz:

When installed ( PHPunit) just run the command phpunit on the top of the directory and it will launch the tests.

Ama>

0 Cevap