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'); } } }