From feb945ce42dea4bea537dd49b7819faf039d3d15 Mon Sep 17 00:00:00 2001 From: Ben Selby Date: Tue, 3 Mar 2026 20:35:45 +0000 Subject: [PATCH] Don't store the phpunit cache --- .gitignore | 2 +- .phpunit.cache/test-results | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .phpunit.cache/test-results diff --git a/.gitignore b/.gitignore index b621fe3..e3ba87c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ bin/ build/ # Caches -.phpunit.result.cache +.phpunit.cache/ # IDEs .idea/ diff --git a/.phpunit.cache/test-results b/.phpunit.cache/test-results deleted file mode 100644 index e748c0d..0000000 --- a/.phpunit.cache/test-results +++ /dev/null @@ -1 +0,0 @@ -{"version":1,"defects":{"TrelloCli\\Test\\ClientTest::testThatGetBoardsCallsTheBoardsEndPointForMe":5,"TrelloCli\\Test\\ClientTest::testThatGetBoardByNameCallsReturnsTheBoardIfTheNameMatches#Standard name check":5,"TrelloCli\\Test\\ClientTest::testThatGetBoardByNameCallsReturnsTheBoardIfTheNameMatches#Casing changes, but board returned":5,"TrelloCli\\Test\\ClientTest::testThatGetBoardByNameCallsReturnsTheBoardIfTheNameMatches#No match":5,"TrelloCli\\Test\\Config\\AdapterTest::testTheDefaultIsAnEmptyConfigFile":7},"times":{"TrelloCli\\Test\\ClientTest::testThatGetBoardsCallsTheBoardsEndPointForMe":0.014,"TrelloCli\\Test\\ClientTest::testThatGetBoardByNameCallsReturnsTheBoardIfTheNameMatches#Standard name check":0,"TrelloCli\\Test\\ClientTest::testThatGetBoardByNameCallsReturnsTheBoardIfTheNameMatches#Casing changes, but board returned":0,"TrelloCli\\Test\\ClientTest::testThatGetBoardByNameCallsReturnsTheBoardIfTheNameMatches#No match":0,"TrelloCli\\Test\\ClientTest::testThatGetCardsCallsTheBoardsEndPointGivenTheBoardId":0,"TrelloCli\\Test\\ClientTest::testThatGetCardChecklistCallsTheCardChecklistEndPointWithCardId":0,"TrelloCli\\Test\\ClientTest::testThatGetCardActionsCallsTheCardActionsEndPointWithCardId":0,"TrelloCli\\Test\\ClientTest::testThatGetCardMembersCallsTheCardMembersEndPointWithCardId":0,"TrelloCli\\Test\\ClientTest::testThatGetListsCallsTheBoardsEndPointGivenTheBoardId":0,"TrelloCli\\Test\\ClientTest::testThatGetMeberCallsTheMembersEndPointGivenTheMeberId":0,"TrelloCli\\Test\\ClientTest::testGetHttpClient":0.005,"TrelloCli\\Test\\Command\\BurndownCommandTest::testConfigure":0.002,"TrelloCli\\Test\\Command\\JsonExportBoardCommandTest::testConfigure":0,"TrelloCli\\Test\\Command\\LabelCardsCommandTest::testConfigure":0,"TrelloCli\\Test\\Command\\ListBoardsCommandTest::testConfigure":0,"TrelloCli\\Test\\Command\\ListBoardsCommandTest::testExecuteCanRenderWhatWeWant":0.004,"TrelloCli\\Test\\Command\\ListCardsCommandTest::testConfigure":0,"TrelloCli\\Test\\Command\\ListPeopleCommandTest::testConfigure":0,"TrelloCli\\Test\\Command\\SortCommandTest::testConfigure":0,"TrelloCli\\Test\\Config\\AdapterTest::testTheDefaultIsEnvironment":0,"TrelloCli\\Test\\Config\\AdapterTest::testTheDefaultIsAnEmptyConfigFile":0,"TrelloCli\\Test\\Config\\EnvironmentTest::testWeCanGetConfigFromTheEnvironment":0,"TrelloCli\\Test\\ConfigTest::testSettersAndGetters":0,"TrelloCli\\Test\\Filter\\IgnoreLabelTest::testWeCanFilterCardsIfTheyHaveACertainLabel":0,"TrelloCli\\Test\\Filter\\LabelTest::testWeCanFilterCardsIfTheyHaveACertainLabel":0,"TrelloCli\\Test\\Sorter\\DateCreatedTest::testWeOrderByDateCreated":0.001}} \ No newline at end of file