Skip to content

Commit

Permalink
Fix: test docblock descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbrauer committed Nov 14, 2017
1 parent db8e37b commit 730a217
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
use UnitConverter\Unit\Pressure\Atmosphere;

/**
* Test the default pressure units for conversion accuracy.
* Test that an atmosphere is indeed an atmosphere.
*
* @covers UnitConverter\Unit\Pressure\Atmosphere
* @uses UnitConverter\Unit\Pressure\Pascal
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/UnitConverter/Unit/Pressure/Bar.spec.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
use UnitConverter\Unit\Pressure\Bar;

/**
* Test the default pressure units for conversion accuracy.
* Test that a bar is indeed a bar.
*
* @covers UnitConverter\Unit\Pressure\Bar
* @uses UnitConverter\Unit\Pressure\Pascal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
use UnitConverter\Unit\Pressure\Kilopascal;

/**
* Test the default pressure units for conversion accuracy.
* Test that a kilopascal is indeed a kilopascal.
*
* @covers UnitConverter\Unit\Pressure\Kilopascal
* @uses UnitConverter\Unit\Pressure\Pascal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
use UnitConverter\Unit\Pressure\Megapascal;

/**
* Test the default pressure units for conversion accuracy.
* Test that a megapascal is indeed a megapascal.
*
* @covers UnitConverter\Unit\Pressure\Megapascal
* @uses UnitConverter\Unit\Pressure\Pascal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
use UnitConverter\Unit\Pressure\Millibar;

/**
* Test the default pressure units for conversion accuracy.
* Test that a millibar is indeed a millibar.
*
* @covers UnitConverter\Unit\Pressure\Millibar
* @uses UnitConverter\Unit\Pressure\Pascal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
use UnitConverter\Unit\Pressure\Pascal;

/**
* Test the default pressure units for conversion accuracy.
* Test that a pascal is indeed a pascal.
*
* @covers UnitConverter\Unit\Pressure\Pascal
* @uses UnitConverter\Unit\AbstractUnit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
use UnitConverter\Unit\Pressure\PoundForcePerSquareInch;

/**
* Test the default pressure units for conversion accuracy.
* Test that a pound-force per sq in is indeed a pound-force per sq in.
*
* @covers UnitConverter\Unit\Pressure\PoundForcePerSquareInch
* @uses UnitConverter\Unit\Pressure\Pascal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
use UnitConverter\Unit\Pressure\Torr;

/**
* Test the default pressure units for conversion accuracy.
* Test that a Torr is indeed a Torr.
*
* @covers UnitConverter\Unit\Pressure\Torr
* @uses UnitConverter\Unit\Pressure\Pascal
Expand Down

0 comments on commit 730a217

Please sign in to comment.