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

Commit 84b0b8d

Browse files
committed
Refactor phpunit tests
1 parent a0da4f4 commit 84b0b8d

File tree

11 files changed

+221
-211
lines changed

11 files changed

+221
-211
lines changed

core/src/core/src/phpunit/AJXP/Tests/Atomics/PermissionMaskTest.php

Lines changed: 0 additions & 187 deletions
This file was deleted.

core/src/core/src/phpunit/HOWTO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
We pass the base.conf.php file as the PHPUnit "bootstrap" file. For example, running a given
2-
test suite, knowing AjaXplorer is installed at /var/www/ajaxplorer :
2+
test suite, knowing Pydio is installed at /var/www/pydio :
33

4-
> phpunit --bootstrap /var/www/ajaxplorer/base.conf.php AJXP_Suite_Atomics
4+
> phpunit --bootstrap /var/www/pydio/base.conf.php Pydio_Tests_Suite_Atomics

core/src/core/src/phpunit/AJXP/Tests/Atomics/FiltersTest.php renamed to core/src/core/src/phpunit/Pydio/Tests/Atomics/FiltersTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* The latest code can be found at <http://pyd.io/>.
2020
*/
21-
namespace AJXP\Tests\Atomics;
21+
namespace Pydio\Tests\Atomics;
2222

2323
class FiltersTest extends \PHPUnit_Framework_TestCase
2424
{

core/src/core/src/phpunit/AJXP/Tests/Atomics/MemStoresTest.php renamed to core/src/core/src/phpunit/Pydio/Tests/Atomics/MemStoresTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* The latest code can be found at <http://pyd.io/>.
2020
*/
21-
namespace AJXP\Tests\Atomics;
21+
namespace Pydio\Tests\Atomics;
2222

2323
class MemStoresTest extends \PHPUnit_Framework_TestCase
2424
{

0 commit comments

Comments
 (0)