Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filesystem API: Add initial tests for WP_Filesystem_Direct. #4106

Closed

Commits on Sep 17, 2023

  1. Add WP_Filesystem_Direct_UnitTestCase.

    costdev committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    692da0c View commit details
    Browse the repository at this point in the history
  2. Add tests for ::__construct().

    costdev committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    b63661e View commit details
    Browse the repository at this point in the history
  3. Add tests for ::get_contents().

    costdev committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    e9017e2 View commit details
    Browse the repository at this point in the history
  4. Add tests for ::get_contents_array().

    costdev committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    d44afd5 View commit details
    Browse the repository at this point in the history
  5. Add tests for ::put_contents().

    costdev committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    fe83cf5 View commit details
    Browse the repository at this point in the history
  6. Add tests for ::cwd().

    costdev committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    ec07333 View commit details
    Browse the repository at this point in the history
  7. Add tests for ::chdir().

    costdev committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    6006b17 View commit details
    Browse the repository at this point in the history
  8. Add tests for ::chgrp().

    costdev committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    dd4284a View commit details
    Browse the repository at this point in the history
  9. Add tests for ::chmod().

    costdev committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    98da767 View commit details
    Browse the repository at this point in the history
  10. Add tests for ::chown().

    costdev committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    4cf51b4 View commit details
    Browse the repository at this point in the history
  11. Add tests for ::getchmod().

    costdev committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    aecbc96 View commit details
    Browse the repository at this point in the history
  12. Add tests for ::copy().

    costdev committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    e9a8996 View commit details
    Browse the repository at this point in the history
  13. Add tests for ::move().

    costdev committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    1d82e7c View commit details
    Browse the repository at this point in the history
  14. Add tests for ::delete().

    costdev committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    59c8b19 View commit details
    Browse the repository at this point in the history
  15. Add tests for ::exists().

    costdev committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    7c083c5 View commit details
    Browse the repository at this point in the history
  16. Add tests for ::is_file().

    costdev committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    9991f8b View commit details
    Browse the repository at this point in the history
  17. Add tests for ::is_dir().

    costdev committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    6aad2db View commit details
    Browse the repository at this point in the history
  18. Add tests for ::is_readable().

    costdev committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    2cfd415 View commit details
    Browse the repository at this point in the history
  19. Add tests for ::is_writable().

    costdev committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    8af87a4 View commit details
    Browse the repository at this point in the history
  20. Add tests for ::atime().

    costdev committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    bb4ffc5 View commit details
    Browse the repository at this point in the history
  21. Add tests for ::mtime().

    costdev committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    0676fc0 View commit details
    Browse the repository at this point in the history
  22. Add tests for ::size().

    costdev committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    20ba6e4 View commit details
    Browse the repository at this point in the history
  23. Add tests for ::touch().

    costdev committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    bdb8c54 View commit details
    Browse the repository at this point in the history
  24. Add tests for ::mkdir().

    costdev committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    5a97083 View commit details
    Browse the repository at this point in the history
  25. Add tests for ::rmdir().

    costdev committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    9ec8923 View commit details
    Browse the repository at this point in the history
  26. Add tests for ::dirlist().

    costdev committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    29a9c65 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    1d3ae61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7a90a5 View commit details
    Browse the repository at this point in the history