diff --git a/tests/Alchemy/Tests/Phrasea/Setup/Requirements/BinariesRequirementsTest.php b/tests/Alchemy/Tests/Phrasea/Setup/Requirements/BinariesRequirementsTest.php new file mode 100644 index 0000000000..785ef336ba --- /dev/null +++ b/tests/Alchemy/Tests/Phrasea/Setup/Requirements/BinariesRequirementsTest.php @@ -0,0 +1,13 @@ +assertInstanceOf('Alchemy\Phrasea\Setup\System\RequirementCollectionInterface', $this->provideRequirements()); + } + + public function testAdd() + { + $this->markTestIncomplete('Incomplete'); + } + + public function testAddCollection() + { + $this->markTestIncomplete('Incomplete'); + } + + public function testAddPhpIniRecommendation() + { + $this->markTestIncomplete('Incomplete'); + } + + public function testAddPhpIniRequirement() + { + $this->markTestIncomplete('Incomplete'); + } + + public function testAddRecommendation() + { + $this->markTestIncomplete('Incomplete'); + } + + public function testAddRequirement() + { + $this->markTestIncomplete('Incomplete'); + } + + public function testAll() + { + $this->markTestIncomplete('Incomplete'); + } + + public function testGetFailedRecommendations() + { + $this->markTestIncomplete('Incomplete'); + } + + public function testGetFailedRequirements() + { + $this->markTestIncomplete('Incomplete'); + } + + public function testGetInformations() + { + $this->markTestIncomplete('Incomplete'); + } + + public function testGetName() + { + $this->markTestIncomplete('Incomplete'); + } + + public function testGetPhpIniConfigPath() + { + $this->markTestIncomplete('Incomplete'); + } + + public function testGetRecommendations() + { + $this->markTestIncomplete('Incomplete'); + } + + public function testGetRequirements() + { + $this->markTestIncomplete('Incomplete'); + } + + public function testHasPhpIniConfigIssue() + { + $this->markTestIncomplete('Incomplete'); + } +} diff --git a/tests/Alchemy/Tests/Phrasea/Setup/Requirements/SystemRequirementsTest.php b/tests/Alchemy/Tests/Phrasea/Setup/Requirements/SystemRequirementsTest.php new file mode 100644 index 0000000000..3d26620bc8 --- /dev/null +++ b/tests/Alchemy/Tests/Phrasea/Setup/Requirements/SystemRequirementsTest.php @@ -0,0 +1,13 @@ +