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

unit test added. Part2 #2

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

unit test added. Part2 #2

wants to merge 16 commits into from

Commits on Oct 27, 2018

  1. unit test added

    Run this script for testing FileLock module.
    Algorithm is follow:
    1) script created file in current folder
    2) trying to lock file
    3) checking that file is locked
    4) trying to read
    5) checking that file is locked
    6) trying to write
    7) checking that file is locked
    8) try to unlock file
    9) checking that file is not locked
    10) trying to read
    11) checking that file is not locked
    12) trying to write
    13) checking that file is not locked
    echo 'done' and exit
    ivancoff committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    ae1f789 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. Create 1.txt

    ivancoff committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    14cf835 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    ivancoff committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    ae58cdc View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    ivancoff committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    a6e48e4 View commit details
    Browse the repository at this point in the history
  4. Delete 1.txt

    ivancoff committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    635e58c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. Add files via upload

    update unit test
    ivancoff committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    6d7feec View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    ivancoff committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    0dfca04 View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    ivancoff committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    1b90ba9 View commit details
    Browse the repository at this point in the history
  4. Delete travis.yml

    ivancoff committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    0e7b8d7 View commit details
    Browse the repository at this point in the history
  5. Create .travis.yml

    ivancoff committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    206436d View commit details
    Browse the repository at this point in the history
  6. Update composer.json

    ivancoff committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    a8cb311 View commit details
    Browse the repository at this point in the history
  7. Create phpunit.xml

    ivancoff committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    9905a4e View commit details
    Browse the repository at this point in the history
  8. Add files via upload

    ivancoff committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    a7c9279 View commit details
    Browse the repository at this point in the history
  9. Add files via upload

    ivancoff committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    d8a03e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. Add files via upload

    ivancoff committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    dab45d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. Delete unit-test.php

    ivancoff committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    0d7cb30 View commit details
    Browse the repository at this point in the history