diff options
author | Ryan Weaver <ryan@thatsquality.com> | 2015-05-17 17:10:29 -0400 |
---|---|---|
committer | Ryan Weaver <ryan@thatsquality.com> | 2015-09-20 19:24:20 -0400 |
commit | c4e11448bfba32d64ed4534b52e1a3958e9c2625 (patch) | |
tree | a62394b4a0ea8d9a0d418f283d1a3990a4f9e6fe | |
parent | e7d6919203ec4e60e71bba1f4c84c9aee0a4c816 (diff) | |
download | symfony-security-c4e11448bfba32d64ed4534b52e1a3958e9c2625.zip symfony-security-c4e11448bfba32d64ed4534b52e1a3958e9c2625.tar.gz symfony-security-c4e11448bfba32d64ed4534b52e1a3958e9c2625.tar.bz2 |
adding Guard tests
-rw-r--r-- | phpunit.xml.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 7747b37..c0dbb2d 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -15,6 +15,7 @@ <directory>./Acl/Tests/</directory> <directory>./Core/Tests/</directory> <directory>./Http/Tests/</directory> + <directory>./Guard/Tests/</directory> </testsuite> </testsuites> |