Skip to content

Commit

Permalink
DEV: Edit Question Test
Browse files Browse the repository at this point in the history
Testing changing the order in which the tests run
  • Loading branch information
gabrieljenik committed Sep 23, 2020
1 parent a1430f4 commit 0e724d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ before_script:

script:
# Run tests.
- DOMAIN=localhost ./third_party/bin/phpunit --filter EditQuestionTest
- DOMAIN=localhost ./third_party/bin/phpunit


Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @since 2020-09-08
* @group editquestion
*/
class EditQuestionTest extends TestBaseClassWeb
class AEditQuestionTest extends TestBaseClassWeb
{
/**
*
Expand Down

0 comments on commit 0e724d9

Please sign in to comment.