Skip to content

Commit

Permalink
Issue #843: Align equals signs vertically.
Browse files Browse the repository at this point in the history
In response to Travis errors.
@todo: apply next requirement in PR #912.
  • Loading branch information
Ryan Kienstra committed Jan 30, 2018
1 parent 76b0f17 commit 0b7c3fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-class-amp-mutation-utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function setUp() {
* @see AMP_Mutation_Utils::track_removed()
*/
public function test_track_removed() {
$attr_name = 'invalid-attr';
$attr_name = 'invalid-attr';
$expected_removed_attrs = array(
$attr_name => 1,
);
Expand Down Expand Up @@ -198,7 +198,7 @@ public function test_permission() {
*/
public function test_validate_markup() {
$error_key = 'has_error';
$request = new WP_REST_Request( 'POST', $this->expected_route );
$request = new WP_REST_Request( 'POST', $this->expected_route );
$request->set_header( 'content-type', 'application/json' );
$request->set_body( wp_json_encode( array(
AMP_Mutation_Utils::MARKUP_KEY => $this->disallowed_tag,
Expand Down

0 comments on commit 0b7c3fc

Please sign in to comment.