YanoRyuichi.com/
Wiki
Blog
GitHub
Sandbox
開始行:
* ユニットテスト [#ced9cbb6]
以下のようにセットアップした後、lime_testのインスタンスを...
*** APP_ROOT/test/unit/fooTest.php : [#q9e94202]
require_once dirname(__FILE__).'/../bootstrap/unit.php';
// =====================================================...
// Setup
// =====================================================...
$configuration = ProjectConfiguration::getApplicationCon...
new sfDatabaseManager($configuration);
sfContext::createInstance($configuration);
// =====================================================...
// Test
// =====================================================...
$t = new lime_test(10);
# 1
$t->pass('This test always passes.');
# 2
....
** sfContext::createInstance()が必要な理由について [#f259...
http://www.srcnix.com/2010/02/08/symfony-1-2-tasks-the-de...
** 参考 [#u3a16e7b]
http://www.symfony-project.org/book/1_2/15-Unit-and-Funct...
終了行:
* ユニットテスト [#ced9cbb6]
以下のようにセットアップした後、lime_testのインスタンスを...
*** APP_ROOT/test/unit/fooTest.php : [#q9e94202]
require_once dirname(__FILE__).'/../bootstrap/unit.php';
// =====================================================...
// Setup
// =====================================================...
$configuration = ProjectConfiguration::getApplicationCon...
new sfDatabaseManager($configuration);
sfContext::createInstance($configuration);
// =====================================================...
// Test
// =====================================================...
$t = new lime_test(10);
# 1
$t->pass('This test always passes.');
# 2
....
** sfContext::createInstance()が必要な理由について [#f259...
http://www.srcnix.com/2010/02/08/symfony-1-2-tasks-the-de...
** 参考 [#u3a16e7b]
http://www.symfony-project.org/book/1_2/15-Unit-and-Funct...
ページ名: