owncloud / moodle-repository_ocis

GNU General Public License v3.0
3 stars 0 forks source link

phpdoc issues in tests #97

Closed individual-it closed 6 months ago

individual-it commented 7 months ago

the PHPDoc checker found these issues:


repository/ocis/tests

    repository/ocis/tests/behat
        repository/ocis/tests/behat/behat_repository_ocis.php
            Line 45: Function behat_repository_ocis::__construct is not documented (warning)
            Line 81: Function behat_repository_ocis::get_actual_username is not documented (warning)
            Line 89: Function behat_repository_ocis::get_password_for_user is not documented (warning)
            Line 107: Function behat_repository_ocis::get_client is not documented (warning)
            Line 117: Function behat_repository_ocis::create_file_in_personal_space is not documented (warning)
            Line 125: Function behat_repository_ocis::delete_file_in_personal_space is not documented (warning)
            Line 43: Variable behat_repository_ocis::$createdfiles is not documented (error)
            Line 49: There is no description in phpdocs for function delete_file_in_ocis (error)
            Line 59: There is no description in phpdocs for function i_log_in_to_ocis (error)
            Line 97: There is no description in phpdocs for function user_has_created_a_file (error)
            Line 59: Phpdocs for function behat_repository_ocis::i_log_in_to_ocis has incomplete parameters list (error)
            Line 97: Phpdocs for function behat_repository_ocis::user_has_created_a_file has incomplete parameters list (error)
            Line 51: Invalid phpdocs tag @AfterScenario used (error)
    repository/ocis/tests/drone
        repository/ocis/tests/drone/config.php
            Line 4: File-level phpdocs block is not found (error)
individual-it commented 6 months ago

fixed by #102