完善Build单元测试

This commit is contained in:
chunice
2016-03-04 14:32:08 +08:00
parent 2bee2593d8
commit 6eb163bf09

View File

@@ -66,6 +66,7 @@ class buildTest extends \PHPUnit_Framework_TestCase
}
}
}
$this->assertFileExists(APP_PATH . ($module ? $module . DS : '') . 'config.php');
}
}
}