Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Refactor phpunit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Sep 13, 2016
1 parent a0da4f4 commit 84b0b8d
Show file tree
Hide file tree
Showing 11 changed files with 221 additions and 211 deletions.
187 changes: 0 additions & 187 deletions core/src/core/src/phpunit/AJXP/Tests/Atomics/PermissionMaskTest.php

This file was deleted.

4 changes: 2 additions & 2 deletions core/src/core/src/phpunit/HOWTO
@@ -1,4 +1,4 @@
We pass the base.conf.php file as the PHPUnit "bootstrap" file. For example, running a given
test suite, knowing AjaXplorer is installed at /var/www/ajaxplorer :
test suite, knowing Pydio is installed at /var/www/pydio :

> phpunit --bootstrap /var/www/ajaxplorer/base.conf.php AJXP_Suite_Atomics
> phpunit --bootstrap /var/www/pydio/base.conf.php Pydio_Tests_Suite_Atomics
Expand Up @@ -18,7 +18,7 @@
*
* The latest code can be found at <http://pyd.io/>.
*/
namespace AJXP\Tests\Atomics;
namespace Pydio\Tests\Atomics;

class FiltersTest extends \PHPUnit_Framework_TestCase
{
Expand Down
Expand Up @@ -18,7 +18,7 @@
*
* The latest code can be found at <http://pyd.io/>.
*/
namespace AJXP\Tests\Atomics;
namespace Pydio\Tests\Atomics;

class MemStoresTest extends \PHPUnit_Framework_TestCase
{
Expand Down

0 comments on commit 84b0b8d

Please sign in to comment.