eugene-matvejev/battleship-game-api

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
tests/shared-fixtures/game-initiation-requests/valid/valid-1-opponent-7x7.json
tests/shared-fixtures/game-initiation-requests/invalid/invalid-structure-missing-player-name.json
tests/shared-fixtures/game-initiation-requests/invalid/invalid-structure-missing-opponents.json
tests/shared-fixtures/game-initiation-requests/invalid/invalid-structure-missing-game-size.json
tests/shared-fixtures/game-initiation-requests/invalid/invalid-structure-missing-coordinates.json
tests/shared-fixtures/game-initiation-requests/invalid/invalid-player-name-empty.json
tests/shared-fixtures/game-initiation-requests/invalid/invalid-opponents-amount.json
tests/shared-fixtures/game-initiation-requests/invalid/invalid-game-size.json
tests/shared-fixtures/game-initiation-requests/invalid/invalid-coordinates.json
tests/shared-fixtures/game-initiation-requests/invalid/invalid-coordinates-empty.json
tests/shared-environment/Factory/MockFactory.php50
A
0 mins
tests/shared-environment/Cleaner/CellModelCleaner.php10
A
0 mins
tests/shared-environment/AssertionSuite/ResponseAssertionSuites.php33
A
0 mins
tests/shared-environment/AbstractKernelTestSuite.php48
A
0 mins
tests/shared-environment/AbstractControllerTestCase.php14
A
0 mins
tests/phpunit/GameBundle/Validator/GameInitiationRequestValidatorTest.php46
A
0 mins
tests/phpunit/GameBundle/Service/GameSystem/GameProcessorTest.php80
A
0 mins
tests/phpunit/GameBundle/Service/GameSystem/GameBuilderTest.php43
A
0 mins
tests/phpunit/GameBundle/Service/CoordinateSystem/PathProcessorTest.php168
A
2 hrs
tests/phpunit/GameBundle/Service/AI/AIStrategyServiceTest.php32
A
0 mins
tests/phpunit/GameBundle/Service/AI/AIStrategyProcessorTest.php103
A
1 hr
tests/phpunit/GameBundle/Service/AI/AIServiceTest.php114
A
0 mins
tests/phpunit/GameBundle/Response/GameTurnResponseTest.php37
A
0 mins
tests/phpunit/GameBundle/Response/GameInitiationResponseTest.php24
A
25 mins
tests/phpunit/GameBundle/Request/GameInitiationRequestTest.php26
A
0 mins
tests/phpunit/GameBundle/Model/PlayerModelTest.php59
A
0 mins
tests/phpunit/GameBundle/Model/GameResultModelTest.php35
A
0 mins
tests/phpunit/GameBundle/Model/CellModelTest.php50
A
0 mins
tests/phpunit/GameBundle/Model/BattlefieldModelTest.php55
A
0 mins
tests/phpunit/GameBundle/Controller/GameResultControllerTest.php32
A
0 mins
tests/phpunit/GameBundle/Controller/GameControllerTest.php150
B
4 hrs
tests/phpunit/FoundationBundle/ORM/TimestampedTraitTest.php15
A
0 mins
tests/phpunit/FoundationBundle/ORM/AbstractFlaggedEntityTest.php33
A
0 mins
tests/kahlan/Model/BattlefiedModelSpec.php57
A
0 mins
tests/behat/suites/api/api.json.validation.against.schema.feature
tests/behat/suites/api/api.game_results.feature
tests/behat/suites/api/api.game.feature
tests/behat/contexts/JSONSchemaValidationContext.php25
A
0 mins
tests/behat/contexts/GameBundle/Controller/GameResultControllerContext.php6
A
0 mins
tests/behat/contexts/GameBundle/Controller/GameControllerContext.php6
A
0 mins
tests/behat/contexts/FoundationBundle/Controller/PlayerControllerContext.php6
A
0 mins
tests/behat/contexts/CommonControllerContext.php43
A
0 mins
src/GameBundle/Validator/GameInitiationRequestValidator.php64
A
0 mins
src/GameBundle/Service/GameSystem/GameProcessor.php68
A
25 mins
src/GameBundle/Service/GameSystem/GameBuilder.php36
A
0 mins
src/GameBundle/Service/CoordinateSystem/PathProcessor.php140
A
35 mins
src/GameBundle/Service/AI/AIStrategyService.php44
A
25 mins
src/GameBundle/Service/AI/AIStrategyProcessor.php53
A
35 mins
src/GameBundle/Service/AI/AIService.php40
A
0 mins
src/GameBundle/Response/GameTurnResponse.php36
A
0 mins