X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fconsolidation%2Fannotated-command%2Ftests%2Fsrc%2FTestTerminal.php;fp=vendor%2Fconsolidation%2Fannotated-command%2Ftests%2Fsrc%2FTestTerminal.php;h=cfcbf97517fc2eac62104057cd6fe39b793cd025;hp=0000000000000000000000000000000000000000;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/consolidation/annotated-command/tests/src/TestTerminal.php b/vendor/consolidation/annotated-command/tests/src/TestTerminal.php new file mode 100644 index 000000000..cfcbf9751 --- /dev/null +++ b/vendor/consolidation/annotated-command/tests/src/TestTerminal.php @@ -0,0 +1,22 @@ +width = $width; + } + + public function getWidth() + { + return $this->width; + } + + public function setWidth($width) + { + $this->width = $width; + } +}