Skip to content

Commit

Permalink
Merge pull request 5pm-HDH#213 from devdot/fix-gitignore2
Browse files Browse the repository at this point in the history
Fix gitignore
  • Loading branch information
DumbergerL authored Jul 31, 2024
2 parents 7ce5156 + 747dc3a commit 4251974
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
composer.phar

# ignore testdata with credentials
/tests/integration/testdata.ini
/tests/integration/integration.ini
/tests/Integration/testdata.ini
/tests/Integration/integration.ini
# ignore ide configuration
.idea/

# ignore phpunit-cache
.phpunit.result.cache

# ignore php-cs-fixer cache
.php-cs-fixer.cache

# ignore log-files
*.log

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Fix GroupHierarchie test, Fix DB-Fields test ([PR192](https://github.com/5pm-HDH/churchtools-api/pull/192), [PR194](https://github.com/5pm-HDH/churchtools-api/pull/194))
- Fix breaking changes Event-API ([PR196](https://github.com/5pm-HDH/churchtools-api/pull/196))
- Issue search for person ([PR210](https://github.com/5pm-HDH/churchtools-api/pull/210))
- Fix issue with changelog ([PR213](https://github.com/5pm-HDH/churchtools-api/pull/213))

## [2.0.0]

Expand Down
1 change: 1 addition & 0 deletions tests/Integration/Requests/SongCommentRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ protected function setUp(): void
{
parent::setUp();
$this->arrangementId = IntegrationTestData::getFilterAsInt("get_song_comments", "song_arrangement_id");
$this->markTestSkipped('Broken implementation of churchtools todo in #215');
}

public function testGetSongArrangement()
Expand Down

0 comments on commit 4251974

Please sign in to comment.