コード例 #1
0
ファイル: index.php プロジェクト: nguyennamtien/Enhance-PHP
<?php

// Include the test framework
include '../EnhanceTestFramework.php';
// Set the language
\Enhance\Core::setLanguage(\Enhance\Language::Deutsch);
// Find the tests - '.' is the current folder
\Enhance\Core::discoverTests('.');
// Run the tests
\Enhance\Core::runTests();
コード例 #2
0
ファイル: index.php プロジェクト: nicolask/Enhance-PHP
<?php

// Include the test framework
include '../EnhanceTestFramework.php';
// Set the language
\Enhance\Core::setLanguage(\Enhance\Language::BrazilianPortuguese);
// Find the tests - '.' is the current folder
\Enhance\Core::discoverTests('.');
// Run the tests
\Enhance\Core::runTests();