Exemple #1
0
 /**
  * Matches if value is not null.
  *
  * @factory
  */
 public static function notNullValue()
 {
     if (!self::$_NOT_INSTANCE) {
         self::$_NOT_INSTANCE = Hamcrest_Core_IsNot::not(self::nullValue());
     }
     return self::$_NOT_INSTANCE;
 }