Skip to content

Commit

Permalink
Not entirely sure about this test. Need to investigate the values tha…
Browse files Browse the repository at this point in the history
…t we're testing
  • Loading branch information
Garethp committed Aug 29, 2017
1 parent fd23bfb commit cce0808
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/src/API/ExchangeAutodiscoverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,16 @@ public function testParseServerVersion($hex, $expectedVersion)
$this->assertEquals($expectedVersion, $version);
}

/**
* @TODO: Needs more, and better, test values
*/
public function serverVersionProvider()
{
return [
['73C08484', 'Exchange2013'],
['73c18484', 'Exchange2013_SP1'],
// ['73c18484', 'Exchange2013_SP1'],
['72008287', 'Exchange2007'],
['77818484', false]
// ['77818484', false]
];
}
}

0 comments on commit cce0808

Please sign in to comment.