[ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. This software consists of voluntary contributions made by many individuals and is licensed under the LGPL. For more information please see <http://phing.info>.
Poids: | 239 lignes (6 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
PHPUnit2Task:: (12 méthodes):
init()
setFailureproperty()
setErrorproperty()
setHaltonerror()
setHaltonfailure()
setPrintsummary()
setCodecoverage()
addFormatter()
main()
execute()
getDefaultOutput()
createBatchTest()
Classe: PHPUnit2Task - X-Ref
Runs PHPUnit2 tests.init() X-Ref |
Initialize Task. This method includes any necessary PHPUnit2 libraries and triggers appropriate error if they cannot be found. This is not done in header because we may want this class to be loaded w/o triggering an error. |
setFailureproperty($value) X-Ref |
Pas de description |
setErrorproperty($value) X-Ref |
Pas de description |
setHaltonerror($value) X-Ref |
Pas de description |
setHaltonfailure($value) X-Ref |
Pas de description |
setPrintsummary($printsummary) X-Ref |
Pas de description |
setCodecoverage($codecoverage) X-Ref |
Pas de description |
addFormatter(FormatterElement $fe) X-Ref |
Add a new formatter to all tests of this task. param: FormatterElement formatter element |
main() X-Ref |
The main entry point |
execute($suite) X-Ref |
getDefaultOutput() X-Ref |
Pas de description |
createBatchTest() X-Ref |
Adds a set of tests based on pattern matching. return: BatchTest a new instance of a batch test. |
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |