Summary
    Creates a Unix environment.
    
		- Namespace
 - Cake
.Testing  - Containing Type
 - FakeEnvironment
 
Syntax
public static FakeEnvironment CreateUnixEnvironment(bool is64Bit = true)
	Parameters
| Name | Type | Description | 
|---|---|---|
| is64Bit | bool | if set to true the platform is 64 bit. | 
					
Return Value
| Type | Description | 
|---|---|
| FakeEnvironment | A Unix environment. | 
