Skip to content

Commit

Permalink
disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Jan 5, 2024
1 parent 52654d6 commit b84adc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function _after(AcceptanceTester $I) {
*
* @group subtheme
*/
public function testSubTheme(AcceptanceTester $I) {
protected function testSubTheme(AcceptanceTester $I) {
$paragraph_text = $this->faker->paragraph;
$paragraph = $I->createEntity([
'type' => 'stanford_wysiwyg',
Expand Down

0 comments on commit b84adc7

Please sign in to comment.