Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 11
Línea 125... Línea 125...
125
     * @param array  $forumconfig       The configuration for this forum
125
     * @param array  $forumconfig       The configuration for this forum
126
     * @param array  $postconfig        The configuration for this post
126
     * @param array  $postconfig        The configuration for this post
127
     * @param array  $discussionconfig  The configuration for this discussion
127
     * @param array  $discussionconfig  The configuration for this discussion
128
     * @param string $expectation       The expected date
128
     * @param string $expectation       The expected date
129
     */
129
     */
130
    public function test_postdate($globalconfig, $forumconfig, $postconfig, $discussionconfig, $expectation) {
130
    public function test_postdate($globalconfig, $forumconfig, $postconfig, $discussionconfig, $expectation): void {
131
        global $CFG, $DB;
131
        global $CFG, $DB;
132
        $this->resetAfterTest(true);
132
        $this->resetAfterTest(true);
Línea 133... Línea 133...
133
 
133
 
134
        // Apply the global configuration.
134
        // Apply the global configuration.