PHP Classes

File: test.sh

Recommend this page to a friend!
  Packages of Alexandre   Doubles   test.sh   Download  
File: test.sh
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Doubles
Create mock objects by doubling a given class
Author: By
Last change:
Date: 9 months ago
Size: 208 bytes
 

Contents

Class file image Download
#!/bin/bash source test-inc.sh tags=$(git tag) for release in "${releases[@]}"; do latestrelease=$(git describe master --match "v$release.*" --abbrev=0) if [ $? == 0 ]; then echo $latestrelease fi done