eugene-matvejev/battleship-game-api

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitignore
.travis.yml
LICENSE
README.md
app/config/config.yml
app/config/config_dev.yml
app/config/config_dev_common.yml
app/config/config_prod.yml
app/config/config_test.yml
app/config/parameters.yml.dist
app/config/routing.yml
app/config/routing_dev.yml
app/config/services.yml
behat.yml
build.xml
circle.yml
composer.json
composer.lock
docs/apache.config.example.md
phpunit.xml
src/FoundationBundle/Resources/config/routing.yml
src/FoundationBundle/Resources/config/routing/api.yml
src/GameBundle/Resources/config/routing.yml
src/GameBundle/Resources/config/routing/api.yml
src/GameBundle/Resources/config/services.yml
tests/behat/suites/api/api.game.feature
tests/behat/suites/api/api.game_results.feature
tests/behat/suites/api/api.json.validation.against.schema.feature
tests/shared-fixtures/game-initiation-requests/invalid/invalid-coordinates-empty.json
tests/shared-fixtures/game-initiation-requests/invalid/invalid-coordinates.json
tests/shared-fixtures/game-initiation-requests/invalid/invalid-game-size.json
tests/shared-fixtures/game-initiation-requests/invalid/invalid-opponents-amount.json
tests/shared-fixtures/game-initiation-requests/invalid/invalid-player-name-empty.json
tests/shared-fixtures/game-initiation-requests/invalid/invalid-structure-missing-coordinates.json
tests/shared-fixtures/game-initiation-requests/invalid/invalid-structure-missing-game-size.json
tests/shared-fixtures/game-initiation-requests/invalid/invalid-structure-missing-opponents.json
tests/shared-fixtures/game-initiation-requests/invalid/invalid-structure-missing-player-name.json
tests/shared-fixtures/game-initiation-requests/valid/valid-1-opponent-7x7.json
app/AppCache.php5
app/AppKernel.php44
app/autoload.php6
kahlan-config.php23
src/FoundationBundle/Controller/AbstractAPIController.php14
src/FoundationBundle/Entity/Player.php18
src/FoundationBundle/Exception/PlayerException.php6
src/FoundationBundle/FoundationBundle.php6
src/FoundationBundle/Model/PlayerModel.php37
src/FoundationBundle/ORM/AbstractEntity.php12
src/FoundationBundle/ORM/AbstractFlaggedEntity.php31