mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Move tests into app/tests subdirectory (not app/inc/test or app/test)
This commit is contained in:
parent
237d81ce36
commit
9e6ecce1d0
@ -310,7 +310,7 @@ class Widget
|
||||
{
|
||||
foreach(new \RecursiveIteratorIterator(new \RecursiveDirectoryIterator(__DIR__.'/Widget')) as $path)
|
||||
{
|
||||
if(strpos($path, 'test/') !== FALSE)
|
||||
if(strpos($path, 'tests/') !== FALSE)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user