Skip to content

Commit

Permalink
feat(tests): organize workflows, add system tests (#7695)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Sep 27, 2024
1 parent 84c6080 commit bd20eb0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/System/E2ETest.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ public function setUp(): void
$this->debuggeeId = $data['debuggeeId'];
}, 5, true);
}

public static function tearDownAfterClass(): void
/**
* @afterClass
*/
public static function tearDownTestFixtures(): void
{
self::deleteApp();
}
Expand Down

0 comments on commit bd20eb0

Please sign in to comment.