Skip to content

Commit

Permalink
Oups tests broken (#1801)
Browse files Browse the repository at this point in the history
* wrong name...

* oups
  • Loading branch information
ildyria authored Apr 18, 2023
1 parent 1457bd5 commit c2b02d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ TESTS_PHP := $(shell find tests/Feature -name "*Test.php" -printf "%f\n")
TEST_DONE := $(addprefix build/,$(TESTS_PHP:.php=.done))

build/%.done: tests/Feature/%.php
vendor/bin/phpunit --filter $* && touch build/$*.done
XDEBUG_MODE=coverage vendor/bin/phpunit --filter $* && touch build/$*.done

all_tests: $(TEST_DONE)
12 changes: 6 additions & 6 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<exclude>./tests/Feature/Base/BasePhotoTest.php</exclude>
<exclude>./tests/Feature/Base/BasePhotosRotateTest.php</exclude>
<exclude>./tests/Feature/Base/BaseSharingTest.php</exclude>
<exclude>./tests/Feature/Lib/AlbumsUnitTest.php</exclude>
<exclude>./tests/Feature/Lib/PhotosUnitTest.php</exclude>
<exclude>./tests/Feature/Lib/RootAlbumUnitTest.php</exclude>
<exclude>./tests/Feature/Lib/SessionUnitTest.php</exclude>
<exclude>./tests/Feature/Lib/SharingUnitTest.php</exclude>
<exclude>./tests/Feature/Lib/UsersUnitTest.php</exclude>
<exclude>./tests/Feature/LibUnitTests/AlbumsUnitTest.php</exclude>
<exclude>./tests/Feature/LibUnitTests/PhotosUnitTest.php</exclude>
<exclude>./tests/Feature/LibUnitTests/RootAlbumUnitTest.php</exclude>
<exclude>./tests/Feature/LibUnitTests/SessionUnitTest.php</exclude>
<exclude>./tests/Feature/LibUnitTests/SharingUnitTest.php</exclude>
<exclude>./tests/Feature/LibUnitTests/UsersUnitTest.php</exclude>
</testsuite>
</testsuites>
<extensions>
Expand Down
File renamed without changes.

0 comments on commit c2b02d0

Please sign in to comment.