From 6eb163bf094aedd62f9f2f579b3ec8a699866d3b Mon Sep 17 00:00:00 2001 From: chunice Date: Fri, 4 Mar 2016 14:32:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84Build=E5=8D=95=E5=85=83?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/thinkphp/library/think/buildTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/thinkphp/library/think/buildTest.php b/tests/thinkphp/library/think/buildTest.php index 18241e1a..20e7d322 100644 --- a/tests/thinkphp/library/think/buildTest.php +++ b/tests/thinkphp/library/think/buildTest.php @@ -66,6 +66,7 @@ class buildTest extends \PHPUnit_Framework_TestCase } } } + $this->assertFileExists(APP_PATH . ($module ? $module . DS : '') . 'config.php'); } } }