I hereby claim:
- I am delr3ves on github.
- I am serch (https://keybase.io/serch) on keybase.
- I have a public key whose fingerprint is AD23 7529 E39F E48F 08B0 64BA A42A C291 6176 38A6
To claim this, I am signing this object:
| #https://www.text2mindmap.com/ | |
| Testing | |
| Techniques | |
| Static | |
| Code Review | |
| Walktrhough | |
| Dynamic | |
| White box | |
| Path coverage |
I hereby claim:
To claim this, I am signing this object:
| # Regular Colors | |
| Black="\[\033[0;30m\]" # Black | |
| Red="\[\033[0;31m\]" # Red | |
| Green="\[\033[0;32m\]" # Green | |
| Yellow="\[\033[0;33m\]" # Yellow | |
| Blue="\[\033[0;34m\]" # Blue | |
| Purple="\[\033[0;35m\]" # Purple | |
| Cyan="\[\033[0;36m\]" # Cyan | |
| White="\[\033[0;37m\]" # White |
| <project xmlns="http://maven.apache.org/POM/4.0.0" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <groupId>Your project Group</groupId> | |
| <name>Your project Name</name> | |
| <artifactId>The project Id</artifactId> | |
| <version>The version</version> |
| #!/bin/sh | |
| #add this code to your .git/hook/pre-comit file | |
| phpunit -c app/ | |
| exit $? |