Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 28... Línea 28...
28
 */
28
 */
29
class entities_post_read_receipt_collection_test extends \advanced_testcase {
29
class entities_post_read_receipt_collection_test extends \advanced_testcase {
30
    /**
30
    /**
31
     * Test the entity returns expected values.
31
     * Test the entity returns expected values.
32
     */
32
     */
33
    public function test_entity() {
33
    public function test_entity(): void {
34
        $this->resetAfterTest();
34
        $this->resetAfterTest();
Línea 35... Línea 35...
35
 
35
 
36
        $user = $this->getDataGenerator()->create_user();
36
        $user = $this->getDataGenerator()->create_user();
37
        $missingpost = new post_entity(
37
        $missingpost = new post_entity(