Skip to content

Commit

Permalink
Remove from Testing section from README
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Sep 11, 2023
1 parent 2f3950c commit c406736
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 26 deletions.
17 changes: 3 additions & 14 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,6 @@ $class = $invocation->getMethod()->getDeclaringClass();

このメソッドインターセプターのAPIは[AOPアライアンス](http://aopalliance.sourceforge.net/doc/org/aopalliance/intercept/MethodInterceptor.html)の部分実装です。

## 要件

* PHP 5.6+
* hhvm

## インストール

Ray.Aopの推奨インストール方法は、[Composer](https://github.com/composer/composer)でのインストールです。
Expand All @@ -273,17 +268,11 @@ Ray.Aopの推奨インストール方法は、[Composer](https://github.com/comp
$ composer require ray/aop ~2.0
```

## Ray.Aopのテスト
## パフォーマンス

Ray.Aopをソースからインストールし、ユニットテストとデモを実行するには次のようにします。
AOP

```bash
git clone https://github.com/ray-di/Ray.Aop.git
cd Ray.Aop
composer install
vendor/bin/phpunit
php demo/run.php
```
## DI Framework

DIとAOPを統合したDIフレームワーク[Ray.Di](https://github.com/ray-di/Ray.Di)もご覧ください。

Expand Down
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,18 +262,6 @@ The recommended way to install Ray.Aop is through [Composer](https://github.com/
$ composer require ray/aop ^2.0
```

## Testing Ray.Aop

Here's how to install Ray.Aop from source and run the unit tests and demos.

```bash
git clone https://github.com/ray-di/Ray.Aop.git
cd Ray.Aop
composer install
composer test
php demo/run.php
```

## Integrated DI framework

* See also the DI framework [Ray.Di](https://github.com/ray-di/Ray.Di) which integrates DI and AOP.
Expand Down

0 comments on commit c406736

Please sign in to comment.