mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
Fix CS
This commit is contained in:
@@ -97,7 +97,6 @@ EOF;
|
|||||||
|
|
||||||
$buffer .= <<<EOF
|
$buffer .= <<<EOF
|
||||||
|
|
||||||
|
|
||||||
return \$app;
|
return \$app;
|
||||||
}, \$app);
|
}, \$app);
|
||||||
|
|
||||||
|
@@ -29,7 +29,7 @@ class AutoloaderGeneratorTest extends \PHPUnit_Framework_TestCase
|
|||||||
$this->markTestSkipped('Php executable not found.');
|
$this->markTestSkipped('Php executable not found.');
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach ($files as $file ) {
|
foreach ($files as $file) {
|
||||||
$this->assertFileExists($file);
|
$this->assertFileExists($file);
|
||||||
$process = ProcessBuilder::create(array($php, '-l', $file))->getProcess();
|
$process = ProcessBuilder::create(array($php, '-l', $file))->getProcess();
|
||||||
$process->run();
|
$process->run();
|
||||||
|
@@ -3,8 +3,6 @@
|
|||||||
namespace Alchemy\Tests\Phrasea\Plugin\Schema;
|
namespace Alchemy\Tests\Phrasea\Plugin\Schema;
|
||||||
|
|
||||||
use Alchemy\Phrasea\Plugin\Schema\PluginValidator;
|
use Alchemy\Phrasea\Plugin\Schema\PluginValidator;
|
||||||
use Alchemy\Phrasea\Plugin\Schema\ManifestValidator;
|
|
||||||
use JsonSchema\Validator as JsonValidator;
|
|
||||||
use Alchemy\Tests\Phrasea\Plugin\PluginTestCase;
|
use Alchemy\Tests\Phrasea\Plugin\PluginTestCase;
|
||||||
|
|
||||||
class PluginValidatorTest extends PluginTestCase
|
class PluginValidatorTest extends PluginTestCase
|
||||||
|
Reference in New Issue
Block a user