Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Jan 18, 2019
1 parent 10c935e commit 8c4357b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/Bridge/Symfony/Bundle/Command/SwaggerCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ public function testExecuteWithYamlVersion3()

$expected = <<<YAML
info:
title: 'My Dummy API'
version: 0.0.0
description: |
This is a test API.
Made with love
title: 'My Dummy API'
version: 0.0.0
description: |
This is a test API.
Made with love
YAML;
$this->assertContains($expected, $result, 'multiline formatting must be preserved (using literal style).');
}
Expand Down

0 comments on commit 8c4357b

Please sign in to comment.